Paragraph-Level Properties

Schemas represented here: dml-textParagraph.xsd, dml-textBullet.xsd.

In this subclause, we will explore what sorts of properties can be attached to a paragraph as a whole. Paragraph-level properties allow for a more granular description of the text than the properties of the body tag described earlier. Keep in mind that the properties that can be applied at this level are not duplicates of the body or run levels, but unique only to the paragraph element. Once again, it should be noted that some of these paragraph-level properties are applied as attributes to the paragraph 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 />
  <a:lstStyle />
  <a:p>
    <a:pPr />   Main element covered in this subclause
    <a:r>
      <a:rPr />
      <a:t>Your text here!</a:t>
    </a:r>
  </a:p>
</p:txBody>