<themeOverride>
(Theme Override)
This element allows for an override which changes just the colors, fonts, or effects of a single object, like a table for example. Currently it is used only to control overrides on the non-top-level masters within a presentation.
Parent Elements |
---|
Root element of DrawingML Theme Override part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BaseStylesOverride">
<sequence>
<element name="clrScheme" type="CT_ColorScheme" minOccurs="0" maxOccurs="1"/>
<element name="fontScheme" type="CT_FontScheme" minOccurs="0" maxOccurs="1"/>
<element name="fmtScheme" type="CT_StyleMatrix" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>