SupportRichTextControl Property
In This Topic
Gets whether the xml mapping supports a content control with
ContentControlType.RichText type. if false (default), the rich text content controls are not supported, so no data stored in the XML node is mapped for this kind of controls. if true, the data stored in the XML node will be an escaped string comprised of a flattened document representing the formatted data in the content control range.
Syntax
'Declaration
Public ReadOnly Property SupportRichTextControl As System.Boolean
public System.bool SupportRichTextControl {get;}
See Also