<richText> (Rich Text Structured Document Tag)
This element specifies that the parent structured document tag shall be a rich text box when displayed in the document.
If no type element (the xsd:choice block in the XML Schema fragment for the parent <sdtPr> element) is specified, then the parent structured document tag shall be of type <richText>.
example:
<w:sdt>
<w:sdtPr>
…
<w:richText/>
</w:sdtPr>
…
</w:sdt>
The <richText> element in this structured document tag's properties specify that the type of structured document tag is a rich text box. ].
Parent Elements |
|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Empty"/>