IPictureFrameLock
Overview
IPictureFrameLock is a interface in Aspose.Slides FOSS for Java.
Determines which operations are disabled on the parent {@link IPictureFrame}.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
groupingLocked | boolean | Read | Determines whether adding this shape to a group is forbidden. |
selectLocked | boolean | Read | Determines whether selecting this shape is forbidden. |
rotationLocked | boolean | Read | Determines whether changing the rotation angle of this shape is forbidden. |
aspectRatioLocked | boolean | Read | Determines whether the shape must preserve its aspect ratio on resizing. |
positionLocked | boolean | Read | Determines whether moving this shape is forbidden. |
sizeLocked | boolean | Read | Determines whether resizing this shape is forbidden. |
editPointsLocked | boolean | Read | Determines whether direct changing of the contour of this shape is forbidden. |
adjustHandlesLocked | boolean | Read | Determines whether changing adjust values is forbidden. |
arrowheadsLocked | boolean | Read | Determines whether changing arrowheads is forbidden. |
shapeTypeLocked | boolean | Read | Determines whether changing the shape type is forbidden. |
cropLocked | boolean | Read | Determines whether image cropping is forbidden. |
Methods
| Signature | Description |
|---|---|
isGroupingLocked() → boolean | Determines whether adding this shape to a group is forbidden. |
setGroupingLocked(value: boolean) | Sets whether adding this shape to a group is forbidden. |
isSelectLocked() → boolean | Determines whether selecting this shape is forbidden. |
setSelectLocked(value: boolean) | Sets whether selecting this shape is forbidden. |
isRotationLocked() → boolean | Determines whether changing the rotation angle of this shape is forbidden. |
setRotationLocked(value: boolean) | 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(value: boolean) | Sets whether the shape must preserve its aspect ratio on resizing. |
isPositionLocked() → boolean | Determines whether moving this shape is forbidden. |
setPositionLocked(value: boolean) | Sets whether moving this shape is forbidden. |
isSizeLocked() → boolean | Determines whether resizing this shape is forbidden. |
setSizeLocked(value: boolean) | Sets whether resizing this shape is forbidden. |
isEditPointsLocked() → boolean | Determines whether direct changing of the contour of this shape is forbidden. |
setEditPointsLocked(value: boolean) | Sets whether direct changing of the contour of this shape is forbidden. |
isAdjustHandlesLocked() → boolean | Determines whether changing adjust values is forbidden. |
setAdjustHandlesLocked(value: boolean) | Sets whether changing adjust values is forbidden. |
isArrowheadsLocked() → boolean | Determines whether changing arrowheads is forbidden. |
setArrowheadsLocked(value: boolean) | Sets whether changing arrowheads is forbidden. |
isShapeTypeLocked() → boolean | Determines whether changing the shape type is forbidden. |
setShapeTypeLocked(value: boolean) | Sets whether changing the shape type is forbidden. |
isCropLocked() → boolean | Determines whether image cropping is forbidden. |
setCropLocked(value: boolean) | Sets whether image cropping is forbidden. |
hasNoLocks() → boolean | Returns {@code true} if all lock attributes are absent or disabled. |