<clrMapOvr>
(Color Scheme Map Override)
This element provides a mechanism with which to override the color schemes listed within the <ClrMap>
element. If the <masterClrMapping>
element is present, the color scheme defined by the master is used. If the <overrideClrMapping>
element is present, it defines a new color scheme specific to the parent notes slide, presentation slide, or slide layout.
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorMappingOverride">
<sequence>
<choice minOccurs="1" maxOccurs="1">
<element name="masterClrMapping" type="CT_EmptyElement"/>
<element name="overrideClrMapping" type="CT_ColorMapping"/>
</choice>
</sequence>
</complexType>