17.5.2.28 rPr

This element specifies the set of run properties which shall be applied to the character present to delimit the end of the structured document tag’s contents. When these properties are applied, they shall be applied in addition to the run properties specified for the entire structured document tag via the rPr element (17.5.2.27) stored in the tag’s main property container.

If this element is not present, the inserted closing tag shall be formatting identically to the start tag.

[Example: Consider the following structured document tag:

<w:sdt>
  <w:sdtPr>
    <w:placeholder>
      <w:docPart w:val="TestPlaceholderDocPart"/>
    </w:placeholder>
    <w:showingPlcHdr/>
    <w:rPr>
      <w:rStyle w:val="UserName"/>
    </w:rPr>
  </w:sdtPr>
  <w:sdtEndPr>
    <w:rPr>
      <w:b/>
      <w:i/>
    </w:rPr>
  </w:sdtEndPr>
  <w:sdtContent>
  </w:sdtContent>
</w:sdt>

The rPr elements under the tag’s properties specify that this structured document tag specifies that its start character must have formatting in the character style UserName, and that the end character must have the formatting in the character style UserName as well as bold and italic direct formatting. end example]

The W3C XML Schema definition of this element’s content model (CT_RPr) is located in A.1. Each child element from the above table shall not occur more than once. [Note: This restriction is not reflected in the element’s content model due to limitations of W3C XML Schema language. end note]

Last updated on