Pacoteflash.desktop
Classepublic class ClipboardFormats
HerançaClipboardFormats Inheritance Object

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

Veja também

flash.desktop.Clipboard


Propriedades Públicas
 PropriedadeDefinido por
 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
Métodos Públicos
 MétodoDefinido por
 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
Constantes públicas
 ConstanteDefinido por
  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
Detalhes da constante
BITMAP_FORMATConstante
public static const BITMAP_FORMAT:String = "air:bitmap"

Image data.

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

An array of files.

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

HTML data.

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

String data.

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

A URL string.