Interfaces
 InterfaceDescription
 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
 ClassDescription
 BaseTextLayoutExporter Base export converter for TextLayout format.
 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.
 ImportExportConfiguration Configure for import/export of standard components.
 PlainTextExporter Export converter for plain text format.
 TextConverter This is the gateway class for handling import and export.