| 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. |