public class PictureFrameLock extends BaseShapeLock implements IPictureFrameLock
Determines which operations are disabled on the parent PictureFrame.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
|
boolean |
getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
|
boolean |
getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
|
boolean |
getCropLocked()
Determines whether an image cropping is forbidden.
|
boolean |
getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
|
boolean |
getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
|
boolean |
getPositionLocked()
Determines whether a moving this shape is forbidden.
|
boolean |
getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden.
|
boolean |
getSelectLocked()
Determines whether a selecting this shape is forbidden.
|
boolean |
getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
|
boolean |
getSizeLocked()
Determines whether a resizing this shape is forbidden.
|
void |
setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden.
|
void |
setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden.
|
void |
setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing.
|
void |
setCropLocked(boolean value)
Determines whether an image cropping is forbidden.
|
void |
setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden.
|
void |
setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden.
|
void |
setPositionLocked(boolean value)
Determines whether a moving this shape is forbidden.
|
void |
setRotationLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden.
|
void |
setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden.
|
void |
setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden.
|
void |
setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden.
|
getNoLocksequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNoLockspublic boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
Read/write boolean.
getGroupingLocked in interface IPictureFrameLockpublic void setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden.
Read/write boolean.
setGroupingLocked in interface IPictureFrameLockpublic boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
Read/write boolean.
getSelectLocked in interface IPictureFrameLockpublic void setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden.
Read/write boolean.
setSelectLocked in interface IPictureFrameLockpublic boolean getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean.
getRotationLocked in interface IPictureFrameLockpublic void setRotationLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean.
setRotationLocked in interface IPictureFrameLockpublic boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean.
getAspectRatioLocked in interface IPictureFrameLockpublic void setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean.
setAspectRatioLocked in interface IPictureFrameLockpublic boolean getPositionLocked()
Determines whether a moving this shape is forbidden.
Read/write boolean.
getPositionLocked in interface IPictureFrameLockpublic void setPositionLocked(boolean value)
Determines whether a moving this shape is forbidden.
Read/write boolean.
setPositionLocked in interface IPictureFrameLockpublic boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
Read/write boolean.
getSizeLocked in interface IPictureFrameLockpublic void setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden.
Read/write boolean.
setSizeLocked in interface IPictureFrameLockpublic boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean.
getEditPointsLocked in interface IPictureFrameLockpublic void setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean.
setEditPointsLocked in interface IPictureFrameLockpublic boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
Read/write boolean.
getAdjustHandlesLocked in interface IPictureFrameLockpublic void setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden.
Read/write boolean.
setAdjustHandlesLocked in interface IPictureFrameLockpublic boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
Read/write boolean.
getArrowheadsLocked in interface IPictureFrameLockpublic void setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden.
Read/write boolean.
setArrowheadsLocked in interface IPictureFrameLockpublic boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
Read/write boolean.
getShapeTypeLocked in interface IPictureFrameLockpublic void setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden.
Read/write boolean.
setShapeTypeLocked in interface IPictureFrameLockpublic boolean getCropLocked()
Determines whether an image cropping is forbidden.
Read/write boolean.
getCropLocked in interface IPictureFrameLockpublic void setCropLocked(boolean value)
Determines whether an image cropping is forbidden.
Read/write boolean.
setCropLocked in interface IPictureFrameLockCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.