PictureFrameLock

PictureFrameLock class

Determines which operations are disabled on the parent PictureFrame.

getAdjustHandlesLocked

NameDescription
getAdjustHandlesLocked()Determines whether a changing adjust values is forbidden. Read/write boolean.

Result: boolean


getArrowheadsLocked

NameDescription
getArrowheadsLocked()Determines whether a changing arrowheads is forbidden. Read/write boolean.

Result: boolean


getAspectRatioLocked

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

Result: boolean


getCropLocked

NameDescription
getCropLocked()Determines whether an image cropping is forbidden. Read/write boolean.

Result: boolean


getEditPointsLocked

NameDescription
getEditPointsLocked()Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean.

Result: boolean


getGroupingLocked

NameDescription
getGroupingLocked()Determines whether an adding this shape to a group is forbidden. Read/write boolean.

Result: boolean


getNoLocks

NameDescription
getNoLocks()Return true if all lock-flags are disabled. Read-only boolean.

Result: boolean


getPositionLocked

NameDescription
getPositionLocked()Determines whether a moving this shape is forbidden. Read/write boolean.

Result: boolean


getRotationLocked

NameDescription
getRotationLocked()Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean.

Result: boolean


getSelectLocked

NameDescription
getSelectLocked()Determines whether a selecting this shape is forbidden. Read/write boolean.

Result: boolean


getShapeTypeLocked

NameDescription
getShapeTypeLocked()Determines whether a changing of a shape type is forbidden. Read/write boolean.

Result: boolean


getSizeLocked

NameDescription
getSizeLocked()Determines whether a resizing this shape is forbidden. Read/write boolean.

Result: boolean


setAdjustHandlesLocked

NameDescription
setAdjustHandlesLocked(boolean)Determines whether a changing adjust values is forbidden. Read/write boolean.

setArrowheadsLocked

NameDescription
setArrowheadsLocked(boolean)Determines whether a changing arrowheads is forbidden. Read/write boolean.

setAspectRatioLocked

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

setCropLocked

NameDescription
setCropLocked(boolean)Determines whether an image cropping is forbidden. Read/write boolean.

setEditPointsLocked

NameDescription
setEditPointsLocked(boolean)Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean.

setGroupingLocked

NameDescription
setGroupingLocked(boolean)Determines whether an adding this shape to a group is forbidden. Read/write boolean.

setPositionLocked

NameDescription
setPositionLocked(boolean)Determines whether a moving this shape is forbidden. Read/write boolean.

setRotationLocked

NameDescription
setRotationLocked(boolean)Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean.

setSelectLocked

NameDescription
setSelectLocked(boolean)Determines whether a selecting this shape is forbidden. Read/write boolean.

setShapeTypeLocked

NameDescription
setShapeTypeLocked(boolean)Determines whether a changing of a shape type is forbidden. Read/write boolean.

setSizeLocked

NameDescription
setSizeLocked(boolean)Determines whether a resizing this shape is forbidden. Read/write boolean.