[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents a set of properties to apply to the contents of this rich text run.
|
Parent Elements |
|
r (§3.4.4) |
|
Child Elements |
Subclause |
|
b (Bold) |
§3.8.2 |
|
charset (Character Set) |
§3.4.1 |
|
color (Data Bar Color) |
§3.3.1.14 |
|
condense (Condense) |
§3.8.12 |
|
extend (Extend) |
§3.8.16 |
|
family (Font Family) |
§3.8.17 |
|
i (Italic) |
§3.8.25 |
|
outline (Outline) |
§3.4.2 |
|
rFont (Font) |
§3.4.5 |
|
scheme (Scheme) |
§3.8.36 |
|
shadow (Shadow) |
§3.8.37 |
|
strike (Strike Through) |
§3.4.10 |
|
sz (Font Size) |
§3.4.11 |
|
u (Underline) |
§3.4.13 |
|
vertAlign (Vertical Alignment) |
§3.4.14 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPrElt">
<choice maxOccurs="unbounded">
<element name="rFont" type="CT_FontName" minOccurs="0" maxOccurs="1"/>
<element name="charset" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
<element name="family" type="CT_IntProperty" minOccurs="0" maxOccurs="1"/>
<element name="b" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="i" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="strike" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="outline" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="shadow" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="condense" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="extend" type="CT_BooleanProperty" minOccurs="0" maxOccurs="1"/>
<element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
<element name="sz" type="CT_FontSize" minOccurs="0" maxOccurs="1"/>
<element name="u" type="CT_UnderlineProperty" minOccurs="0" maxOccurs="1"/>
<element name="vertAlign" type="CT_VerticalAlignFontProperty" minOccurs="0" maxOccurs="1"/>
<element name="scheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
</choice>
</complexType>