(AIR only)
Packageflash.desktop
Classpublic class ClipboardFormats
InheritanceClipboardFormats Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0

Defines constants for the names of the standard data formats used with the Clipboard class.

See also

flash.desktop.Clipboard


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  AIR-only BITMAP_FORMAT : String = "air:bitmap"
[static] Image data.
ClipboardFormats
  AIR-only FILE_LIST_FORMAT : String = "air:file list"
[static] An array of files.
ClipboardFormats
  AIR-only HTML_FORMAT : String = "air:html"
[static] HTML data.
ClipboardFormats
  AIR-only RICH_TEXT_FORMAT : String = "air:rtf"
[static] Rich Text Format data.
ClipboardFormats
  AIR-only TEXT_FORMAT : String = "air:text"
[static] String data.
ClipboardFormats
  AIR-only URL_FORMAT : String = "air:url"
[static] A URL string.
ClipboardFormats
Constant Detail
AIR-only BITMAP_FORMATConstant
public static const BITMAP_FORMAT:String = "air:bitmap"

Runtime Versions : AIR 1.0

Image data.

AIR-only FILE_LIST_FORMATConstant 
public static const FILE_LIST_FORMAT:String = "air:file list"

Runtime Versions : AIR 1.0

An array of files.

AIR-only HTML_FORMATConstant 
public static const HTML_FORMAT:String = "air:html"

Runtime Versions : AIR 1.0

HTML data.

AIR-only RICH_TEXT_FORMATConstant 
public static const RICH_TEXT_FORMAT:String = "air:rtf"

Runtime Versions : AIR 1.1

Rich Text Format data.

AIR-only TEXT_FORMATConstant 
public static const TEXT_FORMAT:String = "air:text"

Runtime Versions : AIR 1.0

String data.

AIR-only URL_FORMATConstant 
public static const URL_FORMAT:String = "air:url"

Runtime Versions : AIR 1.0

A URL string.





 


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/desktop/ClipboardFormats.html