Determines a certain text format. The enumeration contains the following values:
Member | Description |
---|---|
Adobe |
Specifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported. |
Adobe |
Specifies Adobe Portable Document Format Archive (PDF/ |
Cascading |
Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations. |
HTMLFormat | Specifies HTML format (Hypertext Markup Language). |
Internal |
Specifies the Text Control format. Text is stored in ANSI format. |
Internal |
Specifies the Text Control format. Text is stored in Unicode format. |
MSWord | Specifies Microsoft Word format (. |
Plain |
Specifies text in Windows ANSI format (an end of a paragraph is marked with the control characters 13 and 10). |
Plain |
Specifies text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10). |
Rich |
Specifies RTF format (Rich Text Format). |
Wordprocessing |
Specifies Microsoft Word format (Office Open XML version). |
XMLFormat | Specifies XML format (Extensible Markup Language). |
Web.