clipboardFormat:String
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
Descriptor used when matching this format to the formats posted on the external clipboard. If the format supports importing,
(it's importerClass is not null), it will be called when pasting from the clipboard, if the clipboard contents include data
in this format. If the format supports exporting, it will be called when copying to the clipboard, and the output it creates
will be posted to the clipboard with this clipboardFormat.
Implementation public function get clipboardFormat():String
See also
flash.desktop.Clipboard
flash.desktop.ClipboardFormats
exporterClass:Class
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
Returns the class used for converting to the format.
Implementation public function get exporterClass():Class
format:String
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
Returns the data format used by the converter.
Implementation public function get format():String
importerClass:Class
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10.0, AIR 2.0 |
Returns the class used for converting data from the format.
Implementation public function get importerClass():Class