<p> (Text Paragraphs)

This element specifies the presence of a paragraph of text within the containing text body. The paragraph is the highest level text separation mechanism within a text body. A paragraph may contain text paragraph properties associated with the paragraph. If no properties are listed then properties specified in the <defPPr> element are used.

example:
<p:txBody><a:p>
    <a:pPr algn="r">
    </a:pPr><a:t>Some text</a:t></a:p>
  <a:p>
    <a:pPr algn="l">
    </a:pPr><a:t>Some text</a:t></a:p>
</p:txBody>

Parent Elements

<rich>5.7.2.157); <t>5.9.3.8); <txBody>5.8.2.26); <txBody>5.1.2.1.40); <txBody>5.6.2.33); <txBody>4.4.1.47); <txPr>5.7.2.217)

Child Elements

Subclause

<br> (Text Line Break)

§5.1.5.2.1

<endParaRPr> (End Paragraph Run Properties)

§5.1.5.2.3

<fld> (Text Field)

§5.1.5.2.4

<pPr> (Text Paragraph Properties)

§5.1.5.2.7

<r> (Text Run)

§5.1.5.3.8

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TextParagraph">
	<sequence>
	<element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
	<group ref="EG_TextRun" minOccurs="0" maxOccurs="unbounded"/>
	<element name="endParaRPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>