AutoShapeLock
AutoShapeLock class
Determines which operations are disabled on the parent AutoshapeEx.
getAdjustHandlesLocked
| Name | Description |
|---|
| getAdjustHandlesLocked () | Determines whether a changing adjust values is forbidden. Read/write boolean. |
Returns:
boolean
getArrowheadsLocked
| Name | Description |
|---|
| getArrowheadsLocked () | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
Returns:
boolean
getAspectRatioLocked
| Name | Description |
|---|
| getAspectRatioLocked () | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
Returns:
boolean
getEditPointsLocked
| Name | Description |
|---|
| getEditPointsLocked () | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
Returns:
boolean
getGroupingLocked
| Name | Description |
|---|
| getGroupingLocked () | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
Returns:
boolean
getPositionLocked
| Name | Description |
|---|
| getPositionLocked () | Determines whether a moving this shape is forbidden. Read/write boolean. |
Returns:
boolean
getRotateLocked
| Name | Description |
|---|
| getRotateLocked () | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
Returns:
boolean
getSelectLocked
| Name | Description |
|---|
| getSelectLocked () | Determines whether a selecting this shape is forbidden. Read/write boolean. |
Returns:
boolean
getShapeTypeLocked
| Name | Description |
|---|
| getShapeTypeLocked () | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
Returns:
boolean
getSizeLocked
| Name | Description |
|---|
| getSizeLocked () | Determines whether a resizing this shape is forbidden. Read/write boolean. |
Returns:
boolean
getTextLocked
| Name | Description |
|---|
| getTextLocked () | Determines whether an editing of text is forbidden. Read/write boolean. |
Returns:
boolean
setAdjustHandlesLocked
| Name | Description |
|---|
| setAdjustHandlesLocked (boolean) | Determines whether a changing adjust values is forbidden. Read/write boolean. |
setArrowheadsLocked
| Name | Description |
|---|
| setArrowheadsLocked (boolean) | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
setAspectRatioLocked
| Name | Description |
|---|
| setAspectRatioLocked (boolean) | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
setEditPointsLocked
| Name | Description |
|---|
| setEditPointsLocked (boolean) | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
setGroupingLocked
| Name | Description |
|---|
| setGroupingLocked (boolean) | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
setPositionLocked
| Name | Description |
|---|
| setPositionLocked (boolean) | Determines whether a moving this shape is forbidden. Read/write boolean. |
setRotateLocked
| Name | Description |
|---|
| setRotateLocked (boolean) | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
setSelectLocked
| Name | Description |
|---|
| setSelectLocked (boolean) | Determines whether a selecting this shape is forbidden. Read/write boolean. |
setShapeTypeLocked
| Name | Description |
|---|
| setShapeTypeLocked (boolean) | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
setSizeLocked
| Name | Description |
|---|
| setSizeLocked (boolean) | Determines whether a resizing this shape is forbidden. Read/write boolean. |
setTextLocked
| Name | Description |
|---|
| setTextLocked (boolean) | Determines whether an editing of text is forbidden. Read/write boolean. |