[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
rPr (Run Properties)
This element specifies the set of run properties which comprise the default run properties for the current WordprocessingML document. [Rationale: The reason that an rPr element is present within the rPrDefault element is to allow for easy repurposing of any set of run properties within a WordprocessingML document - since the run properties are always child elements of a single rPr element, that element can simply be relocated in its entirety to the desired new location without additional modifications. end rationale]
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, and the defaults are therefore application-defined).
[Example: Consider the following definition for the document defaults for a WordprocessingML document:
<w:docDefaults>
…
<w:rPrDefault>
<w:rPr>
<w:b/>
</w::rPr>
</w:rPrDefault>
</w:docDefaults>
The rPr element as a child of the rPrDefault element contains the set of default run properties for this document - in this case, bold text. end example]
Parent Elements |
rPrDefault (§2.7.4.5) |
Child Elements |
Subclause |
b (Bold) |
§2.3.2.1 |
bCs (Complex Script Bold) |
§2.3.2.2 |
bdr (Text Border) |
§2.3.2.3 |
caps (Display All Characters As Capital Letters) |
§2.3.2.4 |
color (Run Content Color) |
§2.3.2.5 |
cs (Use Complex Script Formatting on Run) |
§2.3.2.6 |
dstrike (Double Strikethrough) |
§2.3.2.7 |
eastAsianLayout (East Asian Typography Settings) |
§2.3.2.8 |
effect (Animated Text Effect) |
§2.3.2.9 |
em (Emphasis Mark) |
§2.3.2.10 |
emboss (Embossing) |
§2.3.2.11 |
§2.3.2.12 | |
highlight (Text Highlighting) |
§2.3.2.13 |
i (Italics) |
§2.3.2.14 |
iCs (Complex Script Italics) |
§2.3.2.15 |
imprint (Imprinting) |
§2.3.2.16 |
kern (Font Kerning) |
§2.3.2.17 |
§2.3.2.18 | |
noProof (Do Not Check Spelling or Grammar) |
§2.3.2.19 |
§2.3.2.20 | |
outline (Display Character Outline) |
§2.3.2.21 |
position (Vertically Raised or Lowered Text) |
§2.3.2.22 |
rFonts (Run Fonts) |
§2.3.2.24 |
§2.13.5.32 | |
rStyle (Referenced Character Style) |
§2.3.2.27 |
rtl (Right To Left Text) |
§2.3.2.28 |
shadow (Shadow) |
§2.3.2.29 |
shd (Run Shading) |
§2.3.2.30 |
smallCaps (Small Caps) |
§2.3.2.31 |
snapToGrid (Use Document Grid Settings For Inter-Character Spacing) |
§2.3.2.32 |
spacing (Character Spacing Adjustment) |
§2.3.2.33 |
specVanish (Paragraph Mark Is Always Hidden) |
§2.3.2.34 |
strike (Single Strikethrough) |
§2.3.2.35 |
sz (Font Size) |
§2.3.2.36 |
szCs (Complex Script Font Size) |
§2.3.2.37 |
u (Underline) |
§2.3.2.38 |
vanish (Hidden Text) |
§2.3.2.39 |
vertAlign (Subscript/Superscript Text) |
§2.3.2.40 |
w (Expanded/Compressed Text) |
§2.3.2.41 |
webHidden (Web Hidden Text) |
§2.3.2.42 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPr">
<sequence>
<group ref="EG_RPrContent" minOccurs="0"/>
</sequence>
</complexType>