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.

Result: boolean


getGroupingLocked

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

Result: boolean


getNoLocks

NameDescription
getNoLocks()Return true if all lock-flags are disabled. Read-only boolean.

Result: boolean


getPositionLocked

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

Result: boolean


getRotationLocked

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

Result: boolean


getSelectLocked

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

Result: boolean


getSizeLocked

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

Result: boolean


getUngroupingLocked

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

Result: 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.