<clrSchemeMapping>
(Theme Color Mappings)
This element specifies the theme color, stored in the document's Theme part to which the value of this theme color shall be mapped. This mapping enables multiple theme colors to be @chained
together.
<w:clrSchemeMapping w:bg1="light1" />
The <clrSchemeMapping>
element's attribute background1 has a value of light1
, specifying that theme color value background1
shall be mapped to the theme color <light1>
. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent1="light1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent2="hyperlink" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent3="dark1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent4="dark2" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent5="accent1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:accent6="accent1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:bg1="light2" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:bg2="dark1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the
<w:clrSchemeMapping w:followedHyperlink="hyperlink" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the h
<w:clrSchemeMapping w:hyperlink="accent1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the t1 theme color shall be used.
<w:clrSchemeMapping w:t1="light1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
|
Specifies the theme color in the document's theme part which shall be used in place of this color when it is referenced by document content. If this attribute is omitted, then the t2 theme color shall be used.
<w:clrSchemeMapping w:t2="dark1" /> The The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§2.18.12). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorSchemeMapping">
<attribute name="bg1" type="ST_ColorSchemeIndex"/>
<attribute name="t1" type="ST_ColorSchemeIndex"/>
<attribute name="bg2" type="ST_ColorSchemeIndex"/>
<attribute name="t2" type="ST_ColorSchemeIndex"/>
<attribute name="accent1" type="ST_ColorSchemeIndex"/>
<attribute name="accent2" type="ST_ColorSchemeIndex"/>
<attribute name="accent3" type="ST_ColorSchemeIndex"/>
<attribute name="accent4" type="ST_ColorSchemeIndex"/>
<attribute name="accent5" type="ST_ColorSchemeIndex"/>
<attribute name="accent6" type="ST_ColorSchemeIndex"/>
<attribute name="hyperlink" type="ST_ColorSchemeIndex"/>
<attribute name="followedHyperlink" type="ST_ColorSchemeIndex"/>
</complexType>