window.runtime property | window.runtime.flash.desktop.ClipboardFormats |
Inheritance | ClipboardFormats Object |
Runtime Versions: | 1.0 |
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
BITMAP_FORMAT : String = "air:bitmap" [static]
Image data (AIR only). | ClipboardFormats | ||
FILE_LIST_FORMAT : String = "air:file list" [static]
An array of files (AIR only). | ClipboardFormats | ||
FILE_PROMISE_LIST_FORMAT : String = "air:file promise list" [static]
File promise list (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 | ||
URL_FORMAT : String = "air:url" [static]
A URL string (AIR only). | ClipboardFormats |
Constant Detail
BITMAP_FORMAT | Constant |
public static const BITMAP_FORMAT:String = "air:bitmap"
Runtime Versions: | 1.0 |
Image data (AIR only).
FILE_LIST_FORMAT | Constant |
public static const FILE_LIST_FORMAT:String = "air:file list"
Runtime Versions: | 1.0 |
An array of files (AIR only).
FILE_PROMISE_LIST_FORMAT | Constant |
public static const FILE_PROMISE_LIST_FORMAT:String = "air:file promise list"
Runtime Versions: | 2 |
File promise list (AIR only).
HTML_FORMAT | Constant |
public static const HTML_FORMAT:String = "air:html"
Runtime Versions: | 1.0 |
HTML data.
RICH_TEXT_FORMAT | Constant |
public static const RICH_TEXT_FORMAT:String = "air:rtf"
Runtime Versions: | 1.1 |
Rich Text Format data.
TEXT_FORMAT | Constant |
public static const TEXT_FORMAT:String = "air:text"
Runtime Versions: | 1.0 |
String data.
URL_FORMAT | Constant |
public static const URL_FORMAT:String = "air:url"
Runtime Versions: | 1.0 |
A URL string (AIR only).
Thu Sep 29 2011, 02:34 AM -07:00