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