SPRichTextMode enumeration

Specifies the rich text formatting of a field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
CompatibleDisplay plain text, or display rich text with bold, italic, or text alignment. Value = 0.
FullHtmlDisplay enhanced rich text, including pictures, tables, and hyperlinks. Value = 1.
HtmlAsXmlDisplay HTML as XML. Value = 2. This value is not supported by multiline text fields.
ThemeHtmlDisplays HTML with inline style specifications.

This value is not supported by multiline text fields.

Show: