<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. ]

Parent Elements

<sdt>2.5.2.30); <sdt>2.5.2.28); <sdt>2.5.2.29); <sdt>2.5.2.31)

Child Elements

Subclause

<rPr> (Structured Document Tag End Character Run Properties)

§2.5.2.27

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>