[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
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: Consider the following structured document tag:
<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. end example].
Parent Elements |
sdtPr (§2.5.2.37) |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Empty"/>