# GrapeCity.Documents.Word.XmlMapping.SupportRichTextControl

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_XmlMapping_SupportRichTextControl_" data-uid="GrapeCity.Documents.Word.XmlMapping.SupportRichTextControl*">SupportRichTextControl Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_XmlMapping_SupportRichTextControl_" data-uid="GrapeCity.Documents.Word.XmlMapping.SupportRichTextControl*"></a>
<h4 id="GrapeCity_Documents_Word_XmlMapping_SupportRichTextControl" data-uid="GrapeCity.Documents.Word.XmlMapping.SupportRichTextControl">SupportRichTextControl</h4>
<div class="markdown level1 summary"><p>Gets whether the xml mapping supports a content control with <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_RichText">RichText</a> 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.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool SupportRichTextControl { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property SupportRichTextControl As Boolean</code></pre>
</div>
</div>
