17.7.8.2 pPr

This element specifies the set of paragraph properties which shall be applied to the paragraph.

[Example: Consider a paragraph style defined as follows:

<w:style w:type="paragraph" w:styleId="TestParaStyle">
  <w:pPr>
    <w:keepLines/>
  </w:pPr>
</w:style>

The pPr element specified within the style element specifies the set of paragraph properties which must be applied to the referencing paragraph. In this example, the single paragraph property applied is the fact that the paragraph must be displayed on a single page via the keepLines element (17.3.1.14). end example]

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

Last updated on