PictureFrameLock
PictureFrameLock class
Determines which operations are disabled on the parent PictureFrame.
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
getCropLocked
Name | Description |
---|---|
getCropLocked () | Determines whether an image cropping is forbidden. 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
getRotationLocked
Name | Description |
---|---|
getRotationLocked () | 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
setAdjustHandlesLocked
Name | Description |
---|---|
setAdjustHandlesLocked (boolean) | Determines whether a changing adjust values is forbidden. Read/write boolean. |
Returns: void
setArrowheadsLocked
Name | Description |
---|---|
setArrowheadsLocked (boolean) | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
Returns: void
setAspectRatioLocked
Name | Description |
---|---|
setAspectRatioLocked (boolean) | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
Returns: void
setCropLocked
Name | Description |
---|---|
setCropLocked (boolean) | Determines whether an image cropping is forbidden. Read/write boolean. |
Returns: void
setEditPointsLocked
Name | Description |
---|---|
setEditPointsLocked (boolean) | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
Returns: void
setGroupingLocked
Name | Description |
---|---|
setGroupingLocked (boolean) | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
Returns: void
setPositionLocked
Name | Description |
---|---|
setPositionLocked (boolean) | Determines whether a moving this shape is forbidden. Read/write boolean. |
Returns: void
setRotationLocked
Name | Description |
---|---|
setRotationLocked (boolean) | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
Returns: void
setSelectLocked
Name | Description |
---|---|
setSelectLocked (boolean) | Determines whether a selecting this shape is forbidden. Read/write boolean. |
Returns: void
setShapeTypeLocked
Name | Description |
---|---|
setShapeTypeLocked (boolean) | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
Returns: void
setSizeLocked
Name | Description |
---|---|
setSizeLocked (boolean) | Determines whether a resizing this shape is forbidden. Read/write boolean. |
Returns: void