GraphicalObjectLock

GraphicalObjectLock class

Determines which operations are disabled on the parent GraphicalObject.

getAspectRatioLocked

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

Returns: boolean


getDrilldownLocked

NameDescription
getDrilldownLocked()Determines whether selecting subshapes of this object is forbidden. 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


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


setAspectRatioLocked

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

setDrilldownLocked

NameDescription
setDrilldownLocked(boolean)Determines whether selecting subshapes of this object is forbidden. 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.

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.