<ST_FontCollectionIndex>
(Font Collection Index)
This simple type represents one of the fonts associated with the style.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The major font of the style's font scheme. |
|
The minor font of the style's font scheme. |
|
No font reference. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FontCollectionIndex">
<restriction base="xsd:token">
<enumeration value="major"/>
<enumeration value="minor"/>
<enumeration value="none"/>
</restriction>
</simpleType>