[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

font (Font)

This element defines the properties for one of the fonts used in this workbook.

Parent Elements

dxf3.8.14); fonts3.8.22); ndxf3.11.1.4); odxf3.11.1.6)

 

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

name (Font Name)

§3.8.29

outline (Outline)

§3.4.2

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_Font">

   <choice maxOccurs="unbounded">

   <element name="name" 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>