
Determines a certain text format that can be stored as a string. The enumeration contains the following values:
| Member | Description | |
| CascadingStylesheet | Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations. | |
| HTMLFormat | Specifies HTML format (Hypertext Markup Language). | |
| 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). | |
| XMLFormat | Specifies XML format (Extensible Markup Language). |