<pPr>
(Previous Paragraph Properties)
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.
<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 (§2.3.1.33), and that spacing should be ignored for paragraphs above/below of the same style using the <contextualSpacing>
element (§2.3.1.9). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PPrBase">
<sequence>
<element name="pStyle" type="CT_String" minOccurs="0"/>
<element name="keepNext" type="CT_OnOff" minOccurs="0"/>
<element name="keepLines" type="CT_OnOff" minOccurs="0"/>
<element name="pageBreakBefore" type="CT_OnOff" minOccurs="0"/>
<element name="framePr" type="CT_FramePr" minOccurs="0"/>
<element name="widowControl" type="CT_OnOff" minOccurs="0"/>
<element name="numPr" type="CT_NumPr" minOccurs="0"/>
<element name="suppressLineNumbers" type="CT_OnOff" minOccurs="0"/>
<element name="pBdr" type="CT_PBdr" minOccurs="0"/>
<element name="shd" type="CT_Shd" minOccurs="0"/>
<element name="tabs" type="CT_Tabs" minOccurs="0"/>
<element name="suppressAutoHyphens" type="CT_OnOff" minOccurs="0"/>
<element name="kinsoku" type="CT_OnOff" minOccurs="0"/>
<element name="wordWrap" type="CT_OnOff" minOccurs="0"/>
<element name="overflowPunct" type="CT_OnOff" minOccurs="0"/>
<element name="topLinePunct" type="CT_OnOff" minOccurs="0"/>
<element name="autoSpaceDE" type="CT_OnOff" minOccurs="0"/>
<element name="autoSpaceDN" type="CT_OnOff" minOccurs="0"/>
<element name="bidi" type="CT_OnOff" minOccurs="0"/>
<element name="adjustRightInd" type="CT_OnOff" minOccurs="0"/>
<element name="snapToGrid" type="CT_OnOff" minOccurs="0"/>
<element name="spacing" type="CT_Spacing" minOccurs="0"/>
<element name="ind" type="CT_Ind" minOccurs="0"/>
<element name="contextualSpacing" type="CT_OnOff" minOccurs="0"/>
<element name="mirrorIndents" type="CT_OnOff" minOccurs="0"/>
<element name="suppressOverlap" type="CT_OnOff" minOccurs="0"/>
<element name="jc" type="CT_Jc" minOccurs="0"/>
<element name="textDirection" type="CT_TextDirection" minOccurs="0"/>
<element name="textAlignment" type="CT_TextAlignment" minOccurs="0"/>
<element name="textboxTightWrap" type="CT_TextboxTightWrap" minOccurs="0"/>
<element name="outlineLvl" type="CT_DecimalNumber" minOccurs="0"/>
<element name="divId" type="CT_DecimalNumber" minOccurs="0"/>
<element name="cnfStyle" type="CT_Cnf" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>