The flashx.textLayout.conversion package contains classes for importing text to or exporting text from a TextFlow object.
| Interface | Description | |
|---|---|---|
| ITextExporter | Interface for exporting text content from a TextFlow instance to either String or XML format. | |
| ITextImporter | Interface for importing text content into a TextFlow from an external source. |
| Class | Description | |
|---|---|---|
| ConversionType | Values for the format of exported text. | |
| PlainTextExporter | Export filter for plain text format. | |
| TextConverter | This is the gateway class for handling import and export. |