PictureFrameLock

PictureFrameLock

Overview

PictureFrameLock is a class in Aspose.Slides FOSS for Java. Inherits from: BaseShapeLock, IPictureFrameLock.

Represents the locks for a {@link PictureFrame}.

Properties

NameTypeAccessDescription
groupingLockedbooleanReadIndicates whether grouping is locked
selectLockedbooleanReadIndicates whether selection is locked
rotationLockedbooleanReadIndicates whether rotation is locked
aspectRatioLockedbooleanReadIndicates whether aspect ratio is locked
positionLockedbooleanReadIndicates whether position is locked
sizeLockedbooleanReadIndicates whether size is locked
editPointsLockedbooleanReadIndicates whether edit points are locked
adjustHandlesLockedbooleanReadIndicates whether adjust handles are locked
arrowheadsLockedbooleanReadIndicates whether arrowheads are locked
shapeTypeLockedbooleanReadIndicates whether shape type is locked
cropLockedbooleanReadIndicates whether cropping is locked

Methods

SignatureDescription
PictureFrameLock()Creates a new PictureFrameLock.
initInternal(picLocksElement: Element, saveCallback: Runnable)Initializes internal state from the backing XML element.
isGroupingLocked()booleanReturns true if grouping lock is enabled
setGroupingLocked(value: boolean)Sets the grouping lock flag
isSelectLocked()booleanReturns true if selection lock is enabled
setSelectLocked(value: boolean)Sets the selection lock flag
isRotationLocked()booleanReturns true if rotation lock is enabled
setRotationLocked(value: boolean)Sets the rotation lock flag
isAspectRatioLocked()booleanReturns true if aspect ratio lock is enabled
setAspectRatioLocked(value: boolean)Sets the aspect ratio lock flag
isPositionLocked()booleanReturns true if position lock is enabled
setPositionLocked(value: boolean)Sets the position lock flag
isSizeLocked()booleanReturns true if size lock is enabled
setSizeLocked(value: boolean)Sets the size lock flag
isEditPointsLocked()booleanReturns true if edit points lock is enabled
setEditPointsLocked(value: boolean)Sets the edit points lock flag
isAdjustHandlesLocked()booleanReturns true if adjust handles lock is enabled
setAdjustHandlesLocked(value: boolean)Sets the adjust handles lock flag
isArrowheadsLocked()booleanReturns true if arrowheads lock is enabled
setArrowheadsLocked(value: boolean)Sets the arrowheads lock flag
isShapeTypeLocked()booleanReturns true if shape type lock is enabled
setShapeTypeLocked(value: boolean)Sets the shape type lock flag
isCropLocked()booleanReturns true if crop lock is enabled
setCropLocked(value: boolean)Sets the crop lock flag
noLocks()booleanReturns true if no lock flags are set
hasNoLocks()booleanReturns true if the object has no locks

See Also