IPictureFrameLock — Aspose.Slides FOSS Java API Reference
IPictureFrameLock — Determines which operations are disabled on the parent IPictureFrame.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
groupingLocked | boolean | Read/Write | |
selectLocked | boolean | Read/Write | |
rotationLocked | boolean | Read/Write | |
aspectRatioLocked | boolean | Read/Write | |
positionLocked | boolean | Read/Write | |
sizeLocked | boolean | Read/Write | |
editPointsLocked | boolean | Read/Write | |
adjustHandlesLocked | boolean | Read/Write | |
arrowheadsLocked | boolean | Read/Write | |
shapeTypeLocked | boolean | Read/Write | |
cropLocked | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
isGroupingLocked() | boolean | Determines whether adding this shape to a group is forbidden. |
setGroupingLocked(boolean value) | void | Sets whether adding this shape to a group is forbidden. |
isSelectLocked() | boolean | Determines whether selecting this shape is forbidden. |
setSelectLocked(boolean value) | void | Sets whether selecting this shape is forbidden. |
isRotationLocked() | boolean | Determines whether changing the rotation angle of this shape is forbidden. |
setRotationLocked(boolean value) | void | Sets whether changing the rotation angle of this shape is forbidden. |
isAspectRatioLocked() | boolean | Determines whether the shape must preserve its aspect ratio on resizing. |
setAspectRatioLocked(boolean value) | void | Sets whether the shape must preserve its aspect ratio on resizing. |
isPositionLocked() | boolean | Determines whether moving this shape is forbidden. |
setPositionLocked(boolean value) | void | Sets whether moving this shape is forbidden. |
isSizeLocked() | boolean | Determines whether resizing this shape is forbidden. |
setSizeLocked(boolean value) | void | Sets whether resizing this shape is forbidden. |
isEditPointsLocked() | boolean | Determines whether direct changing of the contour of this shape is forbidden. |
setEditPointsLocked(boolean value) | void | Sets whether direct changing of the contour of this shape is forbidden. |
isAdjustHandlesLocked() | boolean | Determines whether changing adjust values is forbidden. |
setAdjustHandlesLocked(boolean value) | void | Sets whether changing adjust values is forbidden. |
isArrowheadsLocked() | boolean | Determines whether changing arrowheads is forbidden. |
setArrowheadsLocked(boolean value) | void | Sets whether changing arrowheads is forbidden. |
isShapeTypeLocked() | boolean | Determines whether changing the shape type is forbidden. |
setShapeTypeLocked(boolean value) | void | Sets whether changing the shape type is forbidden. |
isCropLocked() | boolean | Determines whether image cropping is forbidden. |
setCropLocked(boolean value) | void | Sets whether image cropping is forbidden. |
hasNoLocks() | boolean | Returns true if all lock attributes are absent or disabled. |