Package | flashx.textLayout.conversion |
Class | public class FormatDescriptor |
Inheritance | FormatDescriptor Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
clipboardFormat : String [read-only] Descriptor used when matching this format to the formats posted on the external clipboard. | FormatDescriptor | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
exporterClass : Class [read-only] Returns the class used for converting to the format. | FormatDescriptor | ||
format : String [read-only] Returns the data format used by the converter. | FormatDescriptor | ||
importerClass : Class [read-only] Returns the class used for converting data from the format. | FormatDescriptor | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | FormatDescriptor | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
clipboardFormat | property |
clipboardFormat:String
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Descriptor used when matching this format to the formats posted on the external clipboard. If the format supports importing, (it's importerClass is not null), it will be called when pasting from the clipboard, if the clipboard contents include data in this format. If the format supports exporting, it will be called when copying to the clipboard, and the output it creates will be posted to the clipboard with this clipboardFormat.
Implementation
public function get clipboardFormat():String
Related API Elements
exporterClass | property |
format | property |
importerClass | property |
Constructor Detail
FormatDescriptor | () | Constructor |
Mon Nov 28 2011, 06:48 AM -08:00