[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

control (Embedded Control)

This element specifies the existence of an embedded control in the slide.

Parent Elements

controls4.4.1.14)

 

Child Elements

Subclause

extLst (Extension List)

§4.2.5

 

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.

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_Control">

   <sequence>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attributeGroup ref="AG_Ole"/>

</complexType>