[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

pPrDefault (Default Paragraph Properties)

This element specifies the presence of a set of default paragraph properties for the current document. The actual paragraph properties are stored within the pPr child element of the current element.

If this element is omitted, then the default paragraph properties for the current document are non-existent (i.e. there are no default paragraph properties in the document, and the defaults are therefore application-defined).

[Example: Consider the following definition for the document defaults for a WordprocessingML document:

<w:docDefaults>
<w:pPrDefault>
<w:pPr>
<w:jc w:val="center"/>
</w:pPr>
</w:pPrDefault>

</w:docDefaults>

The pPrDefault element is a container for the set of default paragraph properties for this document. end example]

Parent Elements

docDefaults2.7.4.1)

 

Child Elements

Subclause

pPr (Paragraph Properties)

§2.7.4.2

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_PPrDefault">

   <sequence>

   <element name="pPr" type="CT_PPr" minOccurs="0"/>

   </sequence>

</complexType>