Pakket | flash.desktop |
Klasse | public class ClipboardFormats |
Overerving | ClipboardFormats Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.0 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BITMAP_FORMAT : String = "air:bitmap" [statisch]
Afbeeldingsgegevens (alleen AIR). | ClipboardFormats | ||
FILE_LIST_FORMAT : String = "air:file list" [statisch]
Een array met bestanden (alleen AIR). | ClipboardFormats | ||
FILE_PROMISE_LIST_FORMAT : String = "air:file promise list" [statisch]
Lijst met bestandspromises (alleen AIR). | ClipboardFormats | ||
HTML_FORMAT : String = "air:html" [statisch]
HTML-gegevens. | ClipboardFormats | ||
RICH_TEXT_FORMAT : String = "air:rtf" [statisch]
RTF-gegevens. | ClipboardFormats | ||
TEXT_FORMAT : String = "air:text" [statisch]
Tekenreeksgegevens. | ClipboardFormats | ||
URL_FORMAT : String = "air:url" [statisch]
Een URL-tekenreeks (alleen AIR). | ClipboardFormats |
Constantedetails
BITMAP_FORMAT | Constante |
public static const BITMAP_FORMAT:String = "air:bitmap"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 1.0 |
Afbeeldingsgegevens (alleen AIR).
FILE_LIST_FORMAT | Constante |
public static const FILE_LIST_FORMAT:String = "air:file list"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 1.0 |
Een array met bestanden (alleen AIR).
FILE_PROMISE_LIST_FORMAT | Constante |
public static const FILE_PROMISE_LIST_FORMAT:String = "air:file promise list"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 2 |
Lijst met bestandspromises (alleen AIR).
HTML_FORMAT | Constante |
public static const HTML_FORMAT:String = "air:html"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.0 |
HTML-gegevens.
RICH_TEXT_FORMAT | Constante |
public static const RICH_TEXT_FORMAT:String = "air:rtf"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.1 |
RTF-gegevens.
TEXT_FORMAT | Constante |
public static const TEXT_FORMAT:String = "air:text"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.0 |
Tekenreeksgegevens.
URL_FORMAT | Constante |
public static const URL_FORMAT:String = "air:url"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | AIR 1.0 |
Een URL-tekenreeks (alleen AIR).
Wed Jun 13 2018, 11:42 AM Z