IPictureFrameLock
General
IPictureFrameLock és una interfície en Aspose.Slides FOSS per Java.
Determina quines operacions estan desactivades en el parent {@link IPictureFrame}.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
groupingLocked | boolean | Read | Indicates whether the shape is locked from being grouped |
selectLocked | boolean | Read | Indicates whether the shape cannot be selected |
rotationLocked | boolean | Read | Indicates whether rotation changes are locked |
aspectRatioLocked | boolean | Read | Indicates whether the shape must preserve aspect ratio on resize |
positionLocked | boolean | Read | Indicates whether moving the shape is locked |
sizeLocked | boolean | Read | Indicates whether resizing the shape is locked |
editPointsLocked | boolean | Read | Indicates whether direct contour editing is locked |
adjustHandlesLocked | boolean | Read | Indicates whether adjust handles are locked |
arrowheadsLocked | boolean | Read | Indicates whether arrowhead changes are locked |
shapeTypeLocked | boolean | Read | Indicates whether the shape type is locked |
cropLocked | boolean | Read | Indicates whether image cropping is locked |
Mètodes
| 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. |