17.18.97 ST_ThemeColor
This simple type specifies a theme color to be applied to the current object. The specified theme color is a reference to one of the predefined theme colors, located in the document’s Theme part, which allows color information to be set centrally in the document.
[Example: Consider a set of borders configured to use the accent2 theme color, resulting in the following WordprocessingML markup:
<w:top … w:color="FFA8A0" w:themeColor="accent2" w:themeTint="99" />
<w:bottom … w:color="FFA8A0" w:themeColor="accent2" w:themeTint="99" />
<w:left … w:color="FFA8A0" w:themeColor="accent2" w:themeTint="99" />
<w:right … w:color="FFA8A0" w:themeColor="accent2" w:themeTint="99" />
The borders have a themeColor attribute of type ST_ThemeColor that when specified, imports the accent2 theme color specified for this document. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the color to be used shall be the theme color specified by the accent1 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the accent2 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the accent3 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the accent4 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the accent5 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the accent6 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the bg1 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the bg2 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the t1 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the t2 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the followedHyperlink attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the hyperlink attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the bg1 attribute of the clrSchemeMapping element (17.15.1.20).
Enumeration Value
Description
Specifies that the color to be used shall be the theme color specified by the bg2 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that no theme color shall be applied to the current object.
Specifies that the color to be used shall be the theme color specified by the t1 attribute of the clrSchemeMapping element (17.15.1.20).
Specifies that the color to be used shall be the theme color specified by the t2 attribute of the clrSchemeMapping element (17.15.1.20).
[Note: The W3C XML Schema definition of this simple type’s content model (ST_ThemeColor) is located in A.1. end note]