[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_OleObjectFollowColorScheme (Embedded object to Follow Color Scheme)
This simple type determines if the Embedded object will be re-colored to reflect changes to the color schemes.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
full (Full) |
Setting this enumeration causes the Embedded object to respond to all changes in the color scheme in the presentation. |
none (None) |
Setting this enumeration causes the Embedded object to not respond to changes in the color scheme in the presentation. |
textAndBackground (Text and Background) |
Setting this enumeration causes the Embedded object to respond only to changes in the text and background colors of the color scheme in the presentation. |
Referenced By |
embed@followColorScheme (§4.4.2.2) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OleObjectFollowColorScheme">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="full"/>
<enumeration value="textAndBackground"/>
</restriction>
</simpleType>