<shape>
(Shape)
The shape displayed by the containing layout node. Not all layout nodes display shapes.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
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). |
|
Specifies whether to use an image placeholder or not. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
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. |
|
Prevents text editing on this shape. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Rotates the shape by the specified number of degrees. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Specifies the type of shape. The possible values for this attribute are defined by the ST_LayoutShapeType simple type (§5.9.7.40). |
|
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>