17.5.2.26 richText

This element specifies that the nearest ancestor 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 nearest ancestor 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].

[Note: The W3C XML Schema definition of this element’s content model (CT_Empty) is located in A.1. end note]

Last updated on