Packageflashx.textLayout.conversion
Interfacepublic interface ITextExporter
Implementors PlainTextExporter

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

Interface for exporting text content from a TextFlow instance to either String or XML format.



Public Methods
 MethodDefined By
  
Export text content from a TextFlow instance in String or XML format.
ITextExporter
Method Detail
export()method
public function export(source:flashx.textLayout.elements:TextFlow, conversionType:String):Object

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

Export text content from a TextFlow instance in String or XML format.

Set the conversionType parameter to either of the following values:

Parameters

source:flashx.textLayout.elements:TextFlow — The TextFlow to export
 
conversionType:String — Return a String (STRING_TYPE) or XML (XML_TYPE).

Returns
Object — Object The exported content

See also