<txPr> (Text Properties)
This element specifies text formatting. The lstStyle element is not supported.
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TextBody">
<sequence>
<element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1"/>
<element name="lstStyle" type="CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
<element name="p" type="CT_TextParagraph" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>