<rPr>
(Structured Document Tag End Character Run Properties)
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 (§2.5.2.26) 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.
<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 shall have formatting in the character style UserName
, and that the end character shall have the formatting in the character style UserName
as well as bold and italic direct formatting. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPr">
<sequence>
<group ref="EG_RPrContent" minOccurs="0"/>
</sequence>
</complexType>