[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
The font family this font belongs to. A font family is a set of fonts having common stroke width and serif characteristics. This is system level font information. The font name overrides when there are conflicting values.
|
Value |
Font Family |
|
0 |
Not applicable. |
|
1 |
Roman |
|
2 |
Swiss |
|
3 |
Modern |
|
4 |
Script |
|
5 |
Decorative |
|
Parent Elements |
|
font (§3.8.21); rPr (§3.4.7) |
|
Attributes |
Description |
|
val (Value) |
The value of an integer, where each value corresponds to a different character set. Valid values are 0 to 255.
The possible values for this attribute are defined by the XML Schema int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_IntProperty">
<attribute name="val" type="xsd:int" use="required"/>
</complexType>