Body Level Properties

Schemas represented here: dml-text.xsd

In this subclause, we'll explore the sorts of properties that can be attached to the body as a whole. As shown in the sample XML above, there are three essential property levels available. The body-level properties are to the broadest of these. Note that some of these body-level properties are applied as attributes to the body property tag while others are expressed as child elements. The specific method by which each property is applied can be found in the schemas listed above.

<p:txBody>
  <a:bodyPr />	 Main element covered in this subclause
  <a:lstStyle />
  <a:p>
    <a:pPr />
    <a:r>
      <a:rPr />
      <a:t>Your text here!</a:t>
    </a:r>
  </a:p>
</p:txBody>