<rPrDefault>
(Default Run Properties)
This element specifies the presence of a set of default run properties for the current document. The actual run properties are stored within the <rPr>
child element of the current element.
If this element is omitted, then the default run properties for the current document are non-existent (i.e. there are no default run properties in the document, and the defaults are therefore application-defined).
example:
<w:docDefaults> … <w:rPrDefault> <w:rPr> <w:b/> </w::rPr> </w:rPrDefault> </w:docDefaults>
The <rPrDefault>
element is a container for the set of default run properties for this document. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPrDefault">
<sequence>
<element name="rPr" type="CT_RPr" minOccurs="0"/>
</sequence>
</complexType>