[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@accent14.4.1.6); clrMap@accent15.1.8.1); clrMap@accent24.4.1.6); clrMap@accent25.1.8.1); clrMap@accent34.4.1.6); clrMap@accent35.1.8.1); clrMap@accent44.4.1.6); clrMap@accent45.1.8.1); clrMap@accent54.4.1.6); clrMap@accent55.1.8.1); clrMap@accent64.4.1.6); clrMap@accent65.1.8.1); clrMap@bg14.4.1.6); clrMap@bg15.1.8.1); clrMap@bg24.4.1.6); clrMap@bg25.1.8.1); clrMap@folHlink4.4.1.6); clrMap@folHlink5.1.8.1); clrMap@hlink4.4.1.6); clrMap@hlink5.1.8.1); clrMap@tx14.4.1.6); clrMap@tx15.1.8.1); clrMap@tx24.4.1.6); clrMap@tx25.1.8.1); clrMapOvr@accent15.7.2.30); clrMapOvr@accent25.7.2.30); clrMapOvr@accent35.7.2.30); clrMapOvr@accent45.7.2.30); clrMapOvr@accent55.7.2.30); clrMapOvr@accent65.7.2.30); clrMapOvr@bg15.7.2.30); clrMapOvr@bg25.7.2.30); clrMapOvr@folHlink5.7.2.30); clrMapOvr@hlink5.7.2.30); clrMapOvr@tx15.7.2.30); clrMapOvr@tx25.7.2.30); overrideClrMapping@accent15.1.8.8); overrideClrMapping@accent25.1.8.8); overrideClrMapping@accent35.1.8.8); overrideClrMapping@accent45.1.8.8); overrideClrMapping@accent55.1.8.8); overrideClrMapping@accent65.1.8.8); overrideClrMapping@bg15.1.8.8); overrideClrMapping@bg25.1.8.8); overrideClrMapping@folHlink5.1.8.8); overrideClrMapping@hlink5.1.8.8); overrideClrMapping@tx15.1.8.8); overrideClrMapping@tx25.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>