GroupShapeLock

GroupShapeLock class

Determines which operations are disabled on the parent GroupShape.

getAspectRatioLocked

NameDescription
getAspectRatioLocked ()Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

Returns: boolean


getGroupingLocked

NameDescription
getGroupingLocked ()Determines whether adding this shape to a group is forbidden. Read/write boolean.

Returns: boolean


getPositionLocked

NameDescription
getPositionLocked ()Determines whether moving this shape is forbidden. Read/write boolean.

Returns: boolean


getRotationLocked

NameDescription
getRotationLocked ()Determines whether changing rotation angle of this shape is forbidden. Read/write boolean.

Returns: boolean


getSelectLocked

NameDescription
getSelectLocked ()Determines whether selecting this shape is forbidden. Read/write boolean.

Returns: boolean


getSizeLocked

NameDescription
getSizeLocked ()Determines whether resizing this shape is forbidden. Read/write boolean.

Returns: boolean


getUngroupingLocked

NameDescription
getUngroupingLocked ()Determines whether splitting this groupshape is forbidden. Read/write boolean.

Returns: boolean


setAspectRatioLocked

NameDescription
setAspectRatioLocked (boolean)Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

setGroupingLocked

NameDescription
setGroupingLocked (boolean)Determines whether adding this shape to a group is forbidden. Read/write boolean.

setPositionLocked

NameDescription
setPositionLocked (boolean)Determines whether moving this shape is forbidden. Read/write boolean.

setRotationLocked

NameDescription
setRotationLocked (boolean)Determines whether changing rotation angle of this shape is forbidden. Read/write boolean.

setSelectLocked

NameDescription
setSelectLocked (boolean)Determines whether selecting this shape is forbidden. Read/write boolean.

setSizeLocked

NameDescription
setSizeLocked (boolean)Determines whether resizing this shape is forbidden. Read/write boolean.

setUngroupingLocked

NameDescription
setUngroupingLocked (boolean)Determines whether splitting this groupshape is forbidden. Read/write boolean.