<grpSpLocks> (Group Shape Locks)

This element specifies all locking properties for a connection shape. These properties inform the generating application about specific properties that have been previously locked and thus should not be changed.

Parent Elements

<cNvGrpSpPr>5.1.2.1.6); <cNvGrpSpPr>5.8.2.5); <cNvGrpSpPr>5.6.2.6); <cNvGrpSpPr>4.4.1.10)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

Attributes

Description

<noChangeAspect> (Disallow Aspect Ratio Change)

Specifies that the generating application should not allow aspect ratio changes for the corresponding connection shape. If this attribute is not specified, then a value of <false> is assumed.

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

<noGrp> (Disallow Shape Grouping)

Specifies that the corresponding group shape cannot be grouped. That is it cannot be combined within other shapes to form a group of shapes. If this attribute is not specified, then a value of <false> is assumed.

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

<noMove> (Disallow Moving Shape)

Specifies that the corresponding graphic frame cannot be moved. Objects that reside within the graphic frame can still be moved unless they also have been locked. If this attribute is not specified, then a value of <false> is assumed.

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

<noResize> (Disallow Shape Resizing)

Specifies that the corresponding group shape cannot be resized. If this attribute is not specified, then a value of <false> is assumed.

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

<noRot> (Disallow Shape Rotation)

Specifies that the corresponding group shape cannot be rotated Objects that reside within the group can still be rotated unless they also have been locked. If this attribute is not specified, then a value of <false> is assumed.

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

<noSelect> (Disallow Shape Selection)

Specifies that the corresponding group shape cannot have any part of it be selected. That means that no picture, shapes or attached text can be selected either if this attribute has been specified. If this attribute is not specified, then a value of <false> is assumed.

Note:

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

<noUngrp> (Disallow Shape Ungrouping)

Specifies that the generating application should not show adjust handles for the corresponding connection shape. If this attribute is not specified, then a value of <false> is assumed.

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

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

<complexType name="CT_GroupLocking">
	<sequence>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="noGrp" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noUngrp" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noSelect" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noRot" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noMove" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="noResize" type="xsd:boolean" use="optional" default="false"/>
</complexType>