[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies the mapping layer that transforms one color scheme definition to another. Each attribute represents a color name that may be referenced in this master, and the value is the corresponding color in the theme.
[Example: Consider the following mapping of colors that applies to a slide master:
<p:clrMap bg1="dk1" tx1="lt1" bg2="dk2" tx2="lt2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
end example]
Parent Elements |
handoutMaster (§4.4.1.21); notesMaster (§4.4.1.24); sldMaster (§4.4.1.39) |
Child Elements |
Subclause |
extLst (Extension List) |
§5.1.2.1.15 |
Attributes |
Description |
accent1 (Accent 1)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 1 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
accent2 (Accent 2)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 2 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
accent3 (Accent 3)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 3 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
accent4 (Accent 4)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 4 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
accent5 (Accent 5)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 5 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
accent6 (Accent 6)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the accent 6 color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
bg1 (Background 1)
Namespace: .../drawingml/2006/main |
A color defined which is associated as the first background color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
bg2 (Background 2)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the second background color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
folHlink (Followed Hyperlink)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the color for a followed hyperlink.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
hlink (Hyperlink)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the color for a hyperlink.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
tx1 (Text 1)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the first text color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
tx2 (Text 2)
Namespace: .../drawingml/2006/main |
Specifies a color defined which is associated as the second text color.
The possible values for this attribute are defined by the ST_ColorSchemeIndex simple type (§5.1.12.14). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorMapping">
<sequence>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="bg1" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="tx1" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="bg2" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="tx2" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent1" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent2" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent3" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent4" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent5" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="accent6" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="hlink" type="ST_ColorSchemeIndex" use="required"/>
<attribute name="folHlink" type="ST_ColorSchemeIndex" use="required"/>
</complexType>