| Pacote | flash.desktop |
| Classe | public class ClipboardFormats |
| Herança | ClipboardFormats Object |
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| BITMAP_FORMAT : String = "air:bitmap" [static]
Image data.
| ClipboardFormats | ||
| FILE_LIST_FORMAT : String = "air:file list" [static]
An array of files.
| ClipboardFormats | ||
| HTML_FORMAT : String = "air:html" [static]
HTML data.
| ClipboardFormats | ||
| TEXT_FORMAT : String = "air:text" [static]
String data.
| ClipboardFormats | ||
| URL_FORMAT : String = "air:url" [static]
A URL string.
| ClipboardFormats | ||
| BITMAP_FORMAT | Constante |
public static const BITMAP_FORMAT:String = "air:bitmap"
Image data.
| FILE_LIST_FORMAT | Constante |
public static const FILE_LIST_FORMAT:String = "air:file list"
An array of files.
| HTML_FORMAT | Constante |
public static const HTML_FORMAT:String = "air:html"
HTML data.
| TEXT_FORMAT | Constante |
public static const TEXT_FORMAT:String = "air:text"
String data.
| URL_FORMAT | Constante |
public static const URL_FORMAT:String = "air:url"
A URL string.