View source
enum abstract ClipboardFormats(Null<Int>)
package openfl.desktop
Available on all platforms
The ClipboardFormats class defines constants for the names of the standard data formats used with the Clipboard class. Flash Player 10 only supports TEXT_FORMAT, RICH_TEXT_FORMAT, and HTML_FORMAT.
Variables
inlineread onlyHTML_FORMAT:ClipboardFormats = 0
HTML data.
OpenFL target support: Not currently supported, except when targeting AIR.
inlineread onlyRICH_TEXT_FORMAT:ClipboardFormats = 1
Rich Text Format data.
OpenFL target support: Not currently supported, except when targeting AIR.