IPictureFrameLock

General

IPictureFrameLock és una interfície en Aspose.Slides FOSS per Java.

Determina quines operacions estan desactivades en el parent {@link IPictureFrame}.

Propietats

NameTypeAccessDescription
groupingLockedbooleanReadIndicates whether the shape is locked from being grouped
selectLockedbooleanReadIndicates whether the shape cannot be selected
rotationLockedbooleanReadIndicates whether rotation changes are locked
aspectRatioLockedbooleanReadIndicates whether the shape must preserve aspect ratio on resize
positionLockedbooleanReadIndicates whether moving the shape is locked
sizeLockedbooleanReadIndicates whether resizing the shape is locked
editPointsLockedbooleanReadIndicates whether direct contour editing is locked
adjustHandlesLockedbooleanReadIndicates whether adjust handles are locked
arrowheadsLockedbooleanReadIndicates whether arrowhead changes are locked
shapeTypeLockedbooleanReadIndicates whether the shape type is locked
cropLockedbooleanReadIndicates whether image cropping is locked

Mètodes

SignatureDescription
isGroupingLocked()booleanDetermines whether adding this shape to a group is forbidden.
setGroupingLocked(value: boolean)Sets whether adding this shape to a group is forbidden.
isSelectLocked()booleanDetermines whether selecting this shape is forbidden.
setSelectLocked(value: boolean)Sets whether selecting this shape is forbidden.
isRotationLocked()booleanDetermines 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()booleanDetermines 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()booleanDetermines whether moving this shape is forbidden.
setPositionLocked(value: boolean)Sets whether moving this shape is forbidden.
isSizeLocked()booleanDetermines whether resizing this shape is forbidden.
setSizeLocked(value: boolean)Sets whether resizing this shape is forbidden.
isEditPointsLocked()booleanDetermines 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()booleanDetermines whether changing adjust values is forbidden.
setAdjustHandlesLocked(value: boolean)Sets whether changing adjust values is forbidden.
isArrowheadsLocked()booleanDetermines whether changing arrowheads is forbidden.
setArrowheadsLocked(value: boolean)Sets whether changing arrowheads is forbidden.
isShapeTypeLocked()booleanDetermines whether changing the shape type is forbidden.
setShapeTypeLocked(value: boolean)Sets whether changing the shape type is forbidden.
isCropLocked()booleanDetermines whether image cropping is forbidden.
setCropLocked(value: boolean)Sets whether image cropping is forbidden.
hasNoLocks()booleanReturns {@code true} if all lock attributes are absent or disabled.
 Català