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
Constant | Defined By | ||
---|---|---|---|
STRING_TYPE : String = stringType [static]
Export as type String. | ConversionType | ||
XML_TYPE : String = xmlType [static]
Export as type XML. | ConversionType |
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.