17.3.1.25 pPr

This element specifies a set of paragraph properties which shall be attributed to a revision by a particular author and at a particular time. This element contains the set of properties which have been tracked as a specific set of revisions by one author.

[Example: Consider a paragraph which should have a set of paragraph formatting properties that were added with revision tracking turned on. This set of revised properties is specified in the paragraph properties as follows:

<w:p>
  <w:pPr>
    <w:pBdr>
      <w:bottom w:val="single" w:sz="8" w:space="4" w:color="4F81BD" />
    </w:pBdr>
    <w:pPrChange w:author="user1"  >
      <w:pPr>
        <w:spacing w:after="300" />
        <w:contextualSpacing />
      </w:pPr>
    </w:pPrChange>
  </w:pPr>
</w:p>

The pPr element under pPrChange specifies the properties which are applied to the current paragraph with revision tracking turned on - in this case, spacing after the paragraph using the spacing element (17.3.1.33), and that spacing should be ignored for paragraphs above/below of the same style using the contextualSpacing element (17.3.1.9). end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_PPrBase) is located in A.1. end note]

Last updated on