PictureFrameLock
General
PictureFrameLock is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseShapeLock, IPictureFrameLock.
PictureFrameLock és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚BaseShapeLock⌒, ∂IPictureFrameLockヽ .
Representa les clausures per a un {@link PictureFrame}.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
groupingLocked | boolean | Read | Property gets or sets the grouping lock flag |
selectLocked | boolean | Read | Property gets or sets the selection lock flag |
rotationLocked | boolean | Read | Property gets or sets the rotation lock flag |
aspectRatioLocked | boolean | Read | Property gets or sets the aspect ratio lock flag |
positionLocked | boolean | Read | Property gets or sets the position lock flag |
sizeLocked | boolean | Read | Property gets or sets the size lock flag |
editPointsLocked | boolean | Read | Property gets or sets the edit points lock flag |
adjustHandlesLocked | boolean | Read | Property gets or sets the adjust handles lock flag |
arrowheadsLocked | boolean | Read | Property gets or sets the arrowheads lock flag |
shapeTypeLocked | boolean | Read | Property gets or sets the shape type lock flag |
cropLocked | boolean | Read | Property gets or sets the crop lock flag |
Mètodes
| 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 the picture frame’s grouping is locked |
setGroupingLocked(value: boolean) | Sets the grouping lock flag to the given value |
isSelectLocked() → boolean | Returns true if selection of the picture frame is locked |
setSelectLocked(value: boolean) | Sets the selection lock flag |
isRotationLocked() → boolean | |
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 are locked |
setEditPointsLocked(value: boolean) | Sets the edit points lock flag |
isAdjustHandlesLocked() → boolean | Returns true if adjust handles are locked |
setAdjustHandlesLocked(value: boolean) | Sets the adjust handles lock flag |
isArrowheadsLocked() → boolean | Returns true if arrowheads are locked |
setArrowheadsLocked(value: boolean) | Sets the arrowheads lock flag |
isShapeTypeLocked() → boolean | Returns true if shape type is locked |
setShapeTypeLocked(value: boolean) | Sets the shape type lock flag |
isCropLocked() → boolean | Returns true if cropping is locked |
setCropLocked(value: boolean) | Sets the crop lock flag |
noLocks() → boolean | Returns true if no lock flags are set |
hasNoLocks() → boolean | Returns true if the picture frame has no locks |