[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_ColorSchemeIndex (Theme Color Reference)
A reference to a color in the color scheme.
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 |
accent1 (Accent 1) |
Represents the accent 1 color. |
accent2 (Accent 2) |
Represents the accent 2 color. |
accent3 (Accent 3) |
Represents the accent 3 color. |
accent4 (Accent 4) |
Represents the accent 4 color. |
accent5 (Accent 5) |
Represents the accent 5 color. |
accent6 (Accent 6) |
Represents the accent 6 color. |
dk1 (Dark 1) |
Represents the first dark color. |
dk2 (Dark 2) |
Represents the second dark color. |
folHlink (Followed Hyperlink) |
Represents the followed hyperlink color. |
hlink (Hyperlink) |
Represents the hyperlink color. |
lt1 (Light 1) |
Represents the first light color. |
lt2 (Light 2) |
Represents the second light color. |
Referenced By |
clrMap@accent1 (§4.4.1.6); clrMap@accent1 (§5.1.8.1); clrMap@accent2 (§4.4.1.6); clrMap@accent2 (§5.1.8.1); clrMap@accent3 (§4.4.1.6); clrMap@accent3 (§5.1.8.1); clrMap@accent4 (§4.4.1.6); clrMap@accent4 (§5.1.8.1); clrMap@accent5 (§4.4.1.6); clrMap@accent5 (§5.1.8.1); clrMap@accent6 (§4.4.1.6); clrMap@accent6 (§5.1.8.1); clrMap@bg1 (§4.4.1.6); clrMap@bg1 (§5.1.8.1); clrMap@bg2 (§4.4.1.6); clrMap@bg2 (§5.1.8.1); clrMap@folHlink (§4.4.1.6); clrMap@folHlink (§5.1.8.1); clrMap@hlink (§4.4.1.6); clrMap@hlink (§5.1.8.1); clrMap@tx1 (§4.4.1.6); clrMap@tx1 (§5.1.8.1); clrMap@tx2 (§4.4.1.6); clrMap@tx2 (§5.1.8.1); clrMapOvr@accent1 (§5.7.2.30); clrMapOvr@accent2 (§5.7.2.30); clrMapOvr@accent3 (§5.7.2.30); clrMapOvr@accent4 (§5.7.2.30); clrMapOvr@accent5 (§5.7.2.30); clrMapOvr@accent6 (§5.7.2.30); clrMapOvr@bg1 (§5.7.2.30); clrMapOvr@bg2 (§5.7.2.30); clrMapOvr@folHlink (§5.7.2.30); clrMapOvr@hlink (§5.7.2.30); clrMapOvr@tx1 (§5.7.2.30); clrMapOvr@tx2 (§5.7.2.30); overrideClrMapping@accent1 (§5.1.8.8); overrideClrMapping@accent2 (§5.1.8.8); overrideClrMapping@accent3 (§5.1.8.8); overrideClrMapping@accent4 (§5.1.8.8); overrideClrMapping@accent5 (§5.1.8.8); overrideClrMapping@accent6 (§5.1.8.8); overrideClrMapping@bg1 (§5.1.8.8); overrideClrMapping@bg2 (§5.1.8.8); overrideClrMapping@folHlink (§5.1.8.8); overrideClrMapping@hlink (§5.1.8.8); overrideClrMapping@tx1 (§5.1.8.8); overrideClrMapping@tx2 (§5.1.8.8) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ColorSchemeIndex">
<restriction base="xsd:token">
<enumeration value="dk1"/>
<enumeration value="lt1"/>
<enumeration value="dk2"/>
<enumeration value="lt2"/>
<enumeration value="accent1"/>
<enumeration value="accent2"/>
<enumeration value="accent3"/>
<enumeration value="accent4"/>
<enumeration value="accent5"/>
<enumeration value="accent6"/>
<enumeration value="hlink"/>
<enumeration value="folHlink"/>
</restriction>
</simpleType>