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

@:value(cast 0)@:impl@:enuminlineread onlyHTML_FORMAT:ClipboardFormats = 0

HTML data.

@:value(cast 1)@:impl@:enuminlineread onlyRICH_TEXT_FORMAT:ClipboardFormats = 1

Rich Text Format data.

@:value(cast 2)@:impl@:enuminlineread onlyTEXT_FORMAT:ClipboardFormats = 2

String data.