GroupShapeLock
GroupShapeLock class
Determines which operations are disabled on the parent GroupShape.
getAspectRatioLocked
Name | Description |
---|---|
getAspectRatioLocked () | Determines whether shape have to preserve aspect ratio on resizing. 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
getRotationLocked
Name | Description |
---|---|
getRotationLocked () | Determines whether changing rotation angle of 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
getUngroupingLocked
Name | Description |
---|---|
getUngroupingLocked () | Determines whether splitting this groupshape 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. |
Returns: void
setGroupingLocked
Name | Description |
---|---|
setGroupingLocked (boolean) | Determines whether adding this shape to a group is forbidden. Read/write boolean. |
Returns: void
setPositionLocked
Name | Description |
---|---|
setPositionLocked (boolean) | Determines whether moving this shape is forbidden. Read/write boolean. |
Returns: void
setRotationLocked
Name | Description |
---|---|
setRotationLocked (boolean) | Determines whether changing rotation angle of this shape is forbidden. Read/write boolean. |
Returns: void
setSelectLocked
Name | Description |
---|---|
setSelectLocked (boolean) | Determines whether selecting this shape is forbidden. Read/write boolean. |
Returns: void
setSizeLocked
Name | Description |
---|---|
setSizeLocked (boolean) | Determines whether resizing this shape is forbidden. Read/write boolean. |
Returns: void
setUngroupingLocked
Name | Description |
---|---|
setUngroupingLocked (boolean) | Determines whether splitting this groupshape is forbidden. Read/write boolean. |
Returns: void