<shape> (Shape)

The shape displayed by the containing layout node. Not all layout nodes display shapes.

Parent Elements

<else>5.9.2.12); <forEach>5.9.2.14); <if>5.9.2.15); <layoutNode>5.9.2.19)

Child Elements

Subclause

<adjLst> (Shape Adjust List)

§5.9.2.2

<extLst> (Extension List)

§5.9.2.13

Attributes

Description

<blip> (Relationship to Image Part)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship ID of the explicit relationship to an image which shall be used as the image for the contents of this shape.

This relationship shall be of type http://schemas.openxmlformats.org/officeDocument/2006/relationships/image or the document shall be considered non-conformant.

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

<blipPhldr> (Image Placeholder)

Specifies whether to use an image placeholder or not.

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

<hideGeom> (Hide Geometry)

When set to "true", hides the geometry of the shape.  The text is still visible.

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

<lkTxEntry> (Prevent Text Editing)

Prevents text editing on this shape.

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

<rot> (Rotation)

Rotates the shape by the specified number of degrees.

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

<type> (Shape Type)

Specifies the type of shape.

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

<zOrderOff> (Z-Order Offset)

Offsets the shape from its default z-order stacking, which is based on the order the layout nodes appear in the XML.

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Shape">
	<sequence>
	<element name="adjLst" type="CT_AdjLst" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="rot" type="xsd:double" use="optional" default="0"/>
	<attribute name="type" type="ST_LayoutShapeType" use="optional" default="none"/>
	<attribute ref="r:blip" use="optional"/>
	<attribute name="zOrderOff" type="xsd:int" use="optional" default="0"/>
	<attribute name="hideGeom" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="lkTxEntry" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="blipPhldr" type="xsd:boolean" use="optional" default="false"/>
</complexType>