<sdtEndPr> (Structured Document Tag End Character Properties)
This element specifies the properties which shall be applied to the physical character which delimits the end of a structured document tag.
example:
<w:sdtEndPr>
<w:rPr>
…
</w:rPr>
</w:sdtEndPr>
This structured document tag specifies properties for its end character within the <sdtEndPr> element. ]
Child Elements |
Subclause |
|---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SdtEndPr">
<choice maxOccurs="unbounded">
<element name="rPr" type="CT_RPr" minOccurs="0"/>
</choice>
</complexType>