IPictureFrameLock

IPictureFrameLock

Overview

IPictureFrameLock is a interface in Aspose.Slides FOSS for Java.

Determines which operations are disabled on the parent {@link IPictureFrame}.

Properties

NameTypeAccessDescription
groupingLockedbooleanReadDetermines whether adding this shape to a group is forbidden.
selectLockedbooleanReadDetermines whether selecting this shape is forbidden.
rotationLockedbooleanReadDetermines whether changing the rotation angle of this shape is forbidden.
aspectRatioLockedbooleanReadDetermines whether the shape must preserve its aspect ratio on resizing.
positionLockedbooleanReadDetermines whether moving this shape is forbidden.
sizeLockedbooleanReadDetermines whether resizing this shape is forbidden.
editPointsLockedbooleanReadDetermines whether direct changing of the contour of this shape is forbidden.
adjustHandlesLockedbooleanReadDetermines whether changing adjust values is forbidden.
arrowheadsLockedbooleanReadDetermines whether changing arrowheads is forbidden.
shapeTypeLockedbooleanReadDetermines whether changing the shape type is forbidden.
cropLockedbooleanReadDetermines whether image cropping is forbidden.

Methods

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.

See Also