SPRichTextMode Enumeration
Specifies the rich text formatting of a field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPRichTextMode
Dim instance As SPRichTextMode
public enum SPRichTextMode
Members
Member name | Description | |
---|---|---|
Compatible | Display plain text, or display rich text with bold, italics, or text alignment. Value = 0. | |
FullHtml | Display enhanced rich text, including pictures, tables, and hyperlinks. Value = 1. | |
HtmlAsXml | Display HTML as XML. Value = 2. This value is not supported by multiline text fields. |