[Table of Contents] [docx version]

Error! No text of specified style in document.

lockedCanvas (Locked Canvas Container)

The locked canvas element acts as a container for more advanced drawing objects. The notion of a locked canvas comes from the fact that the generating application opening the file cannot create this object and can thus not perform edits either. Thus the drawing object is locked from all UI adjustments that would normally take place.

Child Elements

Subclause

cxnSp (Connection Shape)

§5.1.2.1.10

extLst (Extension List)

§5.1.2.1.15

graphicFrame (Graphic Frame)

§5.1.2.1.18

grpSp (Group shape)

§5.1.2.1.20

grpSpPr (Visual Group Shape Properties)

§5.1.2.1.22

nvGrpSpPr (Non-Visual Properties for a Group Shape)

§5.1.2.1.27

pic (Picture)

§5.1.2.1.30

sp (Shape)

§5.1.2.1.33

txSp (Text Shape)

§5.1.2.1.41

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

<complexType name="CT_GvmlGroupShape">

   <sequence>

   <element name="nvGrpSpPr" type="CT_GvmlGroupShapeNonVisual" minOccurs="1" maxOccurs="1"/>

   <element name="grpSpPr" type="CT_GroupShapeProperties" minOccurs="1" maxOccurs="1"/>

   <choice minOccurs="0" maxOccurs="unbounded">

   <element name="txSp" type="CT_GvmlTextShape"/>

   <element name="sp" type="CT_GvmlShape"/>

   <element name="cxnSp" type="CT_GvmlConnector"/>

   <element name="pic" type="CT_GvmlPicture"/>

   <element name="graphicFrame" type="CT_GvmlGraphicalObjectFrame"/>

   <element name="grpSp" type="CT_GvmlGroupShape"/>

   </choice>

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

   </sequence>

</complexType>