<embed>
(Embedded Object or Control)
This element specifies an Embedded object or Control that is embedded within the presentation.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>