PictureFrameLock
Overview
PictureFrameLock is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseShapeLock, IPictureFrameLock.
Represents the locks for a {@link PictureFrame}.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
groupingLocked | boolean | Read | Indicates whether grouping is locked |
selectLocked | boolean | Read | Indicates whether selection is locked |
rotationLocked | boolean | Read | Indicates whether rotation is locked |
aspectRatioLocked | boolean | Read | Indicates whether aspect ratio is locked |
positionLocked | boolean | Read | Indicates whether position is locked |
sizeLocked | boolean | Read | Indicates whether size is locked |
editPointsLocked | boolean | Read | Indicates whether edit points are locked |
adjustHandlesLocked | boolean | Read | Indicates whether adjust handles are locked |
arrowheadsLocked | boolean | Read | Indicates whether arrowheads are locked |
shapeTypeLocked | boolean | Read | Indicates whether shape type is locked |
cropLocked | boolean | Read | Indicates whether cropping is locked |
Methods
| Signature | Description |
|---|---|
PictureFrameLock() | Creates a new PictureFrameLock. |
initInternal(picLocksElement: Element, saveCallback: Runnable) | Initializes internal state from the backing XML element. |
isGroupingLocked() → boolean | Returns true if grouping lock is enabled |
setGroupingLocked(value: boolean) | Sets the grouping lock flag |
isSelectLocked() → boolean | Returns true if selection lock is enabled |
setSelectLocked(value: boolean) | Sets the selection lock flag |
isRotationLocked() → boolean | Returns true if rotation lock is enabled |
setRotationLocked(value: boolean) | Sets the rotation lock flag |
isAspectRatioLocked() → boolean | Returns true if aspect ratio lock is enabled |
setAspectRatioLocked(value: boolean) | Sets the aspect ratio lock flag |
isPositionLocked() → boolean | Returns true if position lock is enabled |
setPositionLocked(value: boolean) | Sets the position lock flag |
isSizeLocked() → boolean | Returns true if size lock is enabled |
setSizeLocked(value: boolean) | Sets the size lock flag |
isEditPointsLocked() → boolean | Returns true if edit points lock is enabled |
setEditPointsLocked(value: boolean) | Sets the edit points lock flag |
isAdjustHandlesLocked() → boolean | Returns true if adjust handles lock is enabled |
setAdjustHandlesLocked(value: boolean) | Sets the adjust handles lock flag |
isArrowheadsLocked() → boolean | Returns true if arrowheads lock is enabled |
setArrowheadsLocked(value: boolean) | Sets the arrowheads lock flag |
isShapeTypeLocked() → boolean | Returns true if shape type lock is enabled |
setShapeTypeLocked(value: boolean) | Sets the shape type lock flag |
isCropLocked() → boolean | Returns true if crop lock is enabled |
setCropLocked(value: boolean) | Sets the crop lock flag |
noLocks() → boolean | Returns true if no lock flags are set |
hasNoLocks() → boolean | Returns true if the object has no locks |