The flashx.textLayout.conversion package contains classes for importing text to or exporting text from a TextFlow object.
Interfaces
Interface | Description | |
---|---|---|
IHTMLImporter | This interface should be implemented by converters that import HTML or HTML-structured data. | |
IPlainTextExporter | This interface should be implemented by converters that export plain text. | |
ITextExporter | Interface for exporting text content from a TextFlow instance to a given format, which may for example be String or XML format, or a user-defined format. | |
ITextImporter | Interface for importing text content into a TextFlow from an external source. | |
ITextLayoutImporter | This interface should be implemented by converters that import TextLayout structured data. |
Classes
Class | Description | |
---|---|---|
ConversionType | Values for the format of exported text. | |
ConverterBase | This is a base class for importers as well as exporters. | |
FormatDescriptor | Contains information about a format. | |
PlainTextExporter | Export converter for plain text format. | |
TextConverter | This is the gateway class for handling import and export. |
Mon Nov 28 2011, 07:42 AM -08:00