GraphicalObjectLock
GraphicalObjectLock class
Determines which operations are disabled on the parent GraphicalObject.
getAspectRatioLocked
Name | Description |
---|
getAspectRatioLocked () | Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean. |
Returns:
boolean
getDrilldownLocked
Name | Description |
---|
getDrilldownLocked () | Determines whether selecting subshapes of this object is forbidden. Read/write boolean. |
Returns:
boolean
getGroupingLocked
Name | Description |
---|
getGroupingLocked () | Determines whether adding this shape to a group is forbidden. Read/write boolean. |
Returns:
boolean
getPositionLocked
Name | Description |
---|
getPositionLocked () | Determines whether moving this shape is forbidden. Read/write boolean. |
Returns:
boolean
getSelectLocked
Name | Description |
---|
getSelectLocked () | Determines whether selecting this shape is forbidden. Read/write boolean. |
Returns:
boolean
getSizeLocked
Name | Description |
---|
getSizeLocked () | Determines whether resizing this shape is forbidden. Read/write boolean. |
Returns:
boolean
setAspectRatioLocked
Name | Description |
---|
setAspectRatioLocked (boolean) | Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean. |
setDrilldownLocked
Name | Description |
---|
setDrilldownLocked (boolean) | Determines whether selecting subshapes of this object is forbidden. Read/write boolean. |
setGroupingLocked
Name | Description |
---|
setGroupingLocked (boolean) | Determines whether adding this shape to a group is forbidden. Read/write boolean. |
setPositionLocked
Name | Description |
---|
setPositionLocked (boolean) | Determines whether moving this shape is forbidden. Read/write boolean. |
setSelectLocked
Name | Description |
---|
setSelectLocked (boolean) | Determines whether selecting this shape is forbidden. Read/write boolean. |
setSizeLocked
Name | Description |
---|
setSizeLocked (boolean) | Determines whether resizing this shape is forbidden. Read/write boolean. |