Expand Minimize
This topic has not yet been rated - Rate this topic

SPRichTextMode enumeration

Specifies the rich text formatting of a field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableTypeAttribute]
public enum SPRichTextMode
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.