[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

txBody (Shape Text Body)

This element specifies the existence of text to be contained within the corresponding shape. All visible text and visible text related properties are contained within this element. There can be multiple paragraphs and within paragraphs multiple runs of text.

Parent Elements

sp4.4.1.40)

 

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>