Package | flash.desktop |
Class | public class ClipboardFormats |
Inheritance | ClipboardFormats ![]() |
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Image data (AIR only). | ClipboardFormats | ||
![]() [static]
An array of files (AIR only). | ClipboardFormats | ||
HTML_FORMAT : String = "air:html" [static]
HTML data. | ClipboardFormats | ||
RICH_TEXT_FORMAT : String = "air:rtf" [static]
Rich Text Format data. | ClipboardFormats | ||
TEXT_FORMAT : String = "air:text" [static]
String data. | ClipboardFormats | ||
![]() [static]
A URL string (AIR only). | ClipboardFormats |
![]() | Constant |
public static const BITMAP_FORMAT:String = "air:bitmap"
Image data (AIR only).
![]() | Constant |
public static const FILE_LIST_FORMAT:String = "air:file list"
An array of files (AIR only).
HTML_FORMAT | Constant |
public static const HTML_FORMAT:String = "air:html"
HTML data.
RICH_TEXT_FORMAT | Constant |
public static const RICH_TEXT_FORMAT:String = "air:rtf"
Rich Text Format data.
TEXT_FORMAT | Constant |
public static const TEXT_FORMAT:String = "air:text"
String data.
![]() | Constant |
public static const URL_FORMAT:String = "air:url"
A URL string (AIR only).