[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
embed (Embedded Object or Control)
This element specifies an Embedded object or Control that is embedded within the presentation.
Parent Elements |
oleObj (§4.4.2.4) |
Child Elements |
Subclause |
extLst (Extension List) |
§4.2.5 |
Attributes |
Description |
followColorScheme (Color Scheme Properties for Embedded object) |
Specifies the Color Scheme Properties for the corresponding Embedded object being specified.
The possible values for this attribute are defined by the ST_OleObjectFollowColorScheme simple type (§4.8.10). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleObjectEmbed">
<sequence>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="followColorScheme" type="ST_OleObjectFollowColorScheme" use="optional" default="none"/>
</complexType>