<rPr>
(Run Properties)
This element represents a set of properties to apply to the contents of this rich text run.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>