[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_FontScheme (Font scheme Styles)

Defines the font scheme, if any, to which this font belongs.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

major (Major Font)

This font is the major font for this theme.

minor (Minor Font)

This font is the minor font for this theme.

none (None)

This font is not a theme font.

 

Referenced By

scheme@val3.8.36)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_FontScheme">

   <restriction base="xsd:string">

   <enumeration value="none"/>

   <enumeration value="major"/>

   <enumeration value="minor"/>

   </restriction>

</simpleType>