Packageflashx.textLayout.conversion
Classpublic final class ConversionType
InheritanceConversionType Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Values for the format of exported text. The values 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()


Public Constants
 ConstantDefined By
  STRING_TYPE : String = stringType
[static] Export as type String.
ConversionType
  XML_TYPE : String = xmlType
[static] Export as type XML.
ConversionType
Constant Detail
STRING_TYPEConstant
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_TYPEConstant 
public static const XML_TYPE:String = xmlType

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Export as type XML.