window.runtime propertywindow.runtime.flash.desktop.ClipboardFormats
InheritanceClipboardFormats Inheritance Object

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

See also

Clipboard


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
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined.
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
toString():String
Returns the string representation of the specified object.
Object
 Inherited
valueOf():Object
Returns the primitive value of the specified object.
Object
Constants
 ConstantDefined By
  BITMAP_FORMAT : String = "air:bitmap"
[static] Image data.
ClipboardFormats
  FILE_LIST_FORMAT : String = "air:file list"
[static] An array of files.
ClipboardFormats
  HTML_FORMAT : String = "air:html"
[static] HTML data.
ClipboardFormats
  TEXT_FORMAT : String = "air:text"
[static] String data.
ClipboardFormats
  URL_FORMAT : String = "air:url"
[static] A URL string.
ClipboardFormats
Constant Detail
BITMAP_FORMATConstant
public static const BITMAP_FORMAT:String = "air:bitmap"

Image data.

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

An array of files.

HTML_FORMATConstant 
public static const HTML_FORMAT:String = "air:html"

HTML data.

TEXT_FORMATConstant 
public static const TEXT_FORMAT:String = "air:text"

String data.

URL_FORMATConstant 
public static const URL_FORMAT:String = "air:url"

A URL string.





 

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

Current page: http://livedocs.adobe.com/labs/air/1/jslr/flash/desktop/ClipboardFormats.html