<oleObj>
(Global Element for Embedded objects and Controls)
This element specifies a global element to be used for an Embedded object and Control.
Child Elements |
Subclause |
---|---|
|
|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship id that is used to identify this Embedded object from within a slide. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
Specifies the height of the embedded control. The possible values for this attribute are defined by the ST_PositiveCoordinate32 simple type (§5.1.12.43). |
|
Specifies the width of the embedded control. The possible values for this attribute are defined by the ST_PositiveCoordinate32 simple type (§5.1.12.43). |
|
Specifies the identifying name class used by scripting languages. This name is also used to construct the clipboard name. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the progid for an Embedded object. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies whether the Embedded object will be shows as an icon or using its native representation. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the identifier of the shape associated with this Embedded object. The shape will contain all coordinate anchoring information. The possible values for this attribute are defined by the ST_ShapeID simple type (§5.1.12.55). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleObject">
<choice minOccurs="1" maxOccurs="1">
<element name="embed" type="CT_OleObjectEmbed"/>
<element name="link" type="CT_OleObjectLink"/>
</choice>
<attributeGroup ref="AG_Ole"/>
<attribute name="progId" type="xsd:string" use="optional"/>
</complexType>