[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

scheme (Scheme)

Defines the font scheme, if any, to which this font belongs. When a font definition is part of a theme definition, then the font is categorized as either a major or minor font scheme component. When a new theme is chosen, every font that is part of a theme definition is updated to use the new major or minor font definition for that theme. Usually major fonts are used for styles like headings, and minor fonts are used for body & paragraph text.

Parent Elements

font3.8.21); rPr3.4.7)

 

Attributes

Description

val (Font Scheme)

Sets font scheme property.

 

The possible values for this attribute are defined by the ST_FontScheme simple type (§3.18.34).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FontScheme">

   <attribute name="val" type="ST_FontScheme" use="required"/>

</complexType>