<rPr>
(Numbering Symbol Run Properties)
This element specifies the run properties which shall be applied to the numbering level's text specified in the <lvlText>
element (§2.9.12) when it is applied to paragraphs in this document.
These run properties are applied to all numbering level text used by a given abstract numbering definition and numbering level. It should be noted that run properties specified on a numbered paragraph itself, or on text runs within a numbered paragraph, are separate from the run properties specified by <rPr>
elements within a numbering level, as the latter affects only the numbering text itself, not the remainder of runs in the numbered paragraph.
<w:lvl w:ilvl="1"> … <w:rPr> <w:b /> <w:sz w:val="32" /> </w:rPr> </w:lvl>
The resulting paragraph will use its regular paragraph formatting, but the numbering level text itself shall be specifically formatted as bold in 16 point font. ]
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>