[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

embed (Embedded Object or Control)

§4.4.2.2

link (Linked Object or Control)

§4.4.2.3

 

Attributes

Description

id (Relationship ID)

 

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

imgH (Image Height)

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

imgW (Image Width)

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

name (Embedded Object Name)

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.

progId (Embedded Object ProgID)

Specifies the progid for an Embedded object.

 

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

showAsIcon (Show Embedded Object As Icon)

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.

spid (Embedded object Shape ID)

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>