[Table of Contents] [docx version]

Error! No text of specified style in document.

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

clrScheme (Color Scheme)

§5.1.8.2

fmtScheme (Format Scheme)

§5.1.4.1.14

fontScheme (Font Scheme)

§5.1.4.1.18

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>