Package | flashx.textLayout.conversion |
Class | public final class ConversionType |
Inheritance | ConversionType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
STRING_TYPE
and XML_TYPE
can be used for the conversionType
parameter for
the export() method in the ITextExporter interface and the
TextConverter class.
See also
flashx.textLayout.conversion.ITextExporter.export()
flashx.textLayout.conversion.TextConverter.export()
flashx.textLayout.conversion.TextConverter.export()
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
STRING_TYPE : String = "stringType" [static]
Export as type String. | ConversionType | ||
XML_TYPE : String = "xmlType" [static]
Export as type XML. | ConversionType |
Constant Detail
STRING_TYPE | Constant |
public static const STRING_TYPE:String = "stringType"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Export as type String.
XML_TYPE | Constant |
public static const XML_TYPE:String = "xmlType"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Export as type XML.
Fri Mar 19 2010, 02:45 AM -07:00