|
ConverterReader |
The ConverterReader type is a read-only, forward-only pull mode converter based on the TextReader class. |
|
ConverterStream |
The ConverterStream class is a stream-based converter that can be configured for reading or writing. |
|
ConverterWriter |
The ConverterWriter type is a write-only converter that is derived from the TextWriter class. Source documents are written into ConverterWriter and the output is written into a Stream or TextWriter object. |
|
EnrichedToHtml |
The EnrichedToHtml class converts enriched text to HTML. |
|
EnrichedToText |
The EnrichedToText class converts enriched text to plain text. |
|
HtmlReader |
The HtmlReader class is a forward-only parser for HTML documents. |
|
HtmlTagContext |
The HtmlTagContext class is passed to the HtmlTagCallback delegate and is used to get information about the tag that caused the callback and to filter the tag as it is written to the output. |
|
HtmlToEnriched |
The HtmlToEnriched converts HTML to enriched text. |
|
HtmlToHtml |
The HtmlToHtml conversion object transforms HTML. It is used to normalize and filter HTML, convert HTML to use a different code page, and inject text into HTML. |
|
HtmlToRtf |
The HtmlToRtf class converts HTML to RTF. |
|
HtmlToText |
The HtmlToText class converts HTML to plain text. |
|
HtmlWriter |
The HtmlWriter class provides methods that allow you to easily write HTML tags, HTML attribute, and text to an output HTML document. |
|
RtfCompressedToRtf |
The RtfCompressedToRtf class extracts compressed Rich Text Format (RTF). |
|
RtfToHtml |
The RtfToHtml class implements a conversion from Rich Text Format (RTF) to HTML. |
|
RtfToRtf |
The RtfToRtf class implements a conversion from RTF to RTF. |
|
RtfToRtfCompressed |
The RtfToRtfCompressed class implements a conversion that converts from Rich Text Format (RTF) to compressed RTF. |
|
RtfToText |
The RtfToText class implements a conversion from Rich Text Format (RTF) to text. |
|
TextConverter |
The TextConverter class is an abstract base class representing a transformation of text or other data from one format to another. |
|
TextConvertersException |
The TextConvertersException exception is thrown when a data format error causes an unrecoverable error. |
|
TextToHtml |
The TextToHtml implements a conversion from text to HTML. |
|
TextToRtf |
The TextToRtf object converts from text to RTF. |
|
TextToText |
The TextToText object converts from text to text. |