[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

oleObject (Embedded Object)

Information for an individual embedded object.

Parent Elements

oleObjects3.3.1.58)

 

Attributes

Description

autoLoad (Auto Load)

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.

dvAspect (Data or View Aspect)

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).

id (Relationship Id)

 

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).

link (Embedded Object's Link Moniker)

The embedded object's link moniker.

 

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

oleUpdate (Linked Embedded Object Update)

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 (Embedded Object ProgId)

ProgId of the embedded object.

 

The possible values for this attribute are defined by the XML Schema string datatype.

shapeId (Shape Id)

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>