TX Text Control .NET Documentation

StreamType Enumeration

Description:Determines a certain text format. The enumeration contains the following values:

MemberDescription
AdobePDFSpecifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.

AdobePDFASpecifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.

CascadingStylesheetSpecifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.

HTMLFormatSpecifies HTML format (Hypertext Markup Language).

InternalFormatSpecifies the internal Text Control format. Text is stored in ANSI format.

InternalUnicodeFormatSpecifies the internal Text Control format. Text is stored in Unicode format.

MSWordSpecifies Microsoft Word format (.DOC version).

PlainAnsiTextSpecifies text in Windows ANSI format (an end of a paragraph is marked with the control characters 13 and 10).

PlainTextSpecifies text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).

RichTextFormatSpecifies RTF format (Rich Text Format).

WordprocessingMLSpecifies Microsoft Word format (Office Open XML version).

XMLFormatSpecifies XML format (Extensible Markup Language).