Determines a certain text format that can be stored as a string. The enumeration contains the following values:

Members

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).

See Also

TextControl.Load Method, WPF.TextControl.Load Method, ServerTextControl.Load Method, TextControl.Save Method, WPF.TextControl.Save Method, ServerTextControl.Save Method.