<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 |
---|---|
|
This font is the major font for this theme. |
|
This font is the minor font for this theme. |
|
This font is not a theme font. |
Referenced By |
---|
|
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>