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