<rPr>
(Run Properties)
This element specifies a set of run properties which shall be applied to the contents of the parent run after all style formatting has been applied to the text. These properties are defined as direct formatting, since they are directly applied to the run and supersede any formatting from styles.
This formatting is applied at the following location in the style hierarchy:
Document defaults
Table styles
Numbering styles
Paragraph styles
Character styles
Direct formatting (this element)
<w:r> <w:rPr> <w:b /> <w:imprint /> <w:lang w:val="en-ca" /> </w:rPr> </w:r>
The <rPr>
element specifies the properties which are applied to the current run - in this case, bold formatting on the run contents using the <b>
element (§2.3.2.1), an imprinted (engraved) text effect using the <imprint>
element (§2.3.2.16), and that this text should be interpreted as English (Canada) when spell or grammar checking the run text using the <lang>
element (§2.3.2.18). ]
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPr">
<sequence>
<group ref="EG_RPrContent" minOccurs="0"/>
</sequence>
</complexType>