<OLEObject>
(Embedded OLE Object)
This element specifies an OLE object.
<w:object ... > <v:shape id="_x0000_i1025" type="#_x0000_t75" style="width:1in;height:24pt" o:ole=""> <v:imagedata r:id="rId4" o:title=""/> </v:shape> <o:OLEObject Type="Embed" ProgID="AVIFile" ShapeID="_x0000_i1025" DrawAspect="Content" ObjectID="_1219561732" r:id="rId5"/> </w:object>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies how the object is represented visually in the application. example:
<o:OLEObject ... DrawAspect="Content"> </o:OLEObject> The possible values for this attribute are defined by the ST_OLEDrawAspect simple type (§6.2.3.16). |
Namespace: .../officeDocument/2006/relationships |
Specifies the actual OLE object using a standard part relationship lookup. example:
<o:OLEObject ... r:id="rId5"> </o:OLEObject> The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
Specifies a unique ID identifying the OLE object. example:
<o:OLEObject ... ObjectID="_1219561732"> </o:OLEObject> The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the OLE server application associated with the OLE object. example:
<o:OLEObject ... ProgID="AVIFile"> </o:OLEObject> The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the shape with which the OLE object is associated. A VML shape provides the visual placeholder for an OLE object and this attribute is set to the example:
<o:OLEObject ... ShapeID="_x0000_i1025"> </o:OLEObject> The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the type of the OLE connection. example:
<o:OLEObject ... Type="Embed"> </o:OLEObject> The possible values for this attribute are defined by the ST_OLEType simple type (§6.2.3.18). |
|
Specifies how the object is updated with new data if the example:
<o:OLEObject ... UpdateMode="Always"> </o:OLEObject> The possible values for this attribute are defined by the ST_OLEUpdateMode simple type (§6.2.3.19). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OLEObject">
<sequence>
<element name="LinkType" type="ST_OLELinkType" minOccurs="0"/>
<element name="LockedField" type="ST_TrueFalseBlank" minOccurs="0"/>
<element name="FieldCodes" type="xsd:string" minOccurs="0"/>
</sequence>
<attribute name="Type" type="ST_OLEType" use="optional"/>
<attribute name="ProgID" type="xsd:string" use="optional"/>
<attribute name="ShapeID" type="xsd:string" use="optional"/>
<attribute name="DrawAspect" type="ST_OLEDrawAspect" use="optional"/>
<attribute name="ObjectID" type="xsd:string" use="optional"/>
<attribute ref="r:id" use="optional"/>
<attribute name="UpdateMode" type="ST_OLEUpdateMode" use="optional"/>
</complexType>