[Table of Contents] [docx version]
Error! No text of specified style in document.
txPr (Text Properties)
This element specifies text formatting. The lstStyle element is not supported.
Parent Elements |
catAx (§5.7.2.25); chartSpace (§5.7.2.29); dateAx (§5.7.2.39); dispUnitsLbl (§5.7.2.46); dLbl (§5.7.2.47); dLbls (§5.7.2.49); dTable (§5.7.2.54); legend (§5.7.2.94); legendEntry (§5.7.2.95); pivotFmt (§5.7.2.143); serAx (§5.7.2.176); title (§5.7.2.211); trendlineLbl (§5.7.2.213); valAx (§5.7.2.227) |
Child Elements |
Subclause |
bodyPr (Body Properties) |
§5.1.5.1.1 |
lstStyle (Text List Styles) |
§5.1.5.4.12 |
p (Text Paragraphs) |
§5.1.5.2.6 |
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>