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

Members

Member Description
AdobePDF Specifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.
AdobePDFA Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.
CascadingStylesheet Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.
HTMLFormat Specifies HTML format (Hypertext Markup Language).
InternalFormat Specifies the Text Control format. Text is stored in ANSI format.
InternalUnicodeFormat Specifies the Text Control format. Text is stored in Unicode format.
MSWord Specifies Microsoft Word format (.DOC version).
PlainAnsiText Specifies text in Windows ANSI format (an end of a paragraph is marked with the control characters 13 and 10).
PlainText Specifies text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).
RichTextFormat Specifies RTF format (Rich Text Format).
WordprocessingML Specifies Microsoft Word format (Office Open XML version).
XMLFormat Specifies XML format (Extensible Markup Language).

See Also

Web.TextControl.LoadText Method, Web.TextControl.SaveText Method.