<oleObject>
(Embedded Object)
Information for an individual embedded object.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the desired Data or View Aspect of the object when drawing or getting data The possible values for this attribute are defined by the ST_DvAspect simple type (§3.18.25). |
Namespace: .../officeDocument/2006/relationships |
Relationship Id of the relationship pointing to the object persistence part. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
The embedded object's link moniker. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Indicates whether the linked object updates the cached data automatically or only when the container requests an update, only present if the embedded object is linked. The possible values for this attribute are defined by the ST_OleUpdate simple type (§3.18.51). |
|
ProgId of the embedded object. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Id of the shape this object is associated with. Corresponds with the shape @id in the drawingML part. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleObject">
<attribute name="progId" type="xsd:string" use="optional"/>
<attribute name="dvAspect" type="ST_DvAspect" use="optional" default="DVASPECT_CONTENT"/>
<attribute name="link" type="ST_Xstring" use="optional"/>
<attribute name="oleUpdate" type="ST_OleUpdate" use="optional"/>
<attribute name="autoLoad" type="xsd:boolean" use="optional" default="false"/>
<attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
<attribute ref="r:id" use="optional"/>
</complexType>