PictureFrameLock

PictureFrameLock

Overview

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

Represents the locks for a {@link PictureFrame}.

This class provides 26 methods for working with PictureFrameLock objects in Java programs. Available methods include: PictureFrameLock, hasNoLocks, initInternal, isAdjustHandlesLocked, isArrowheadsLocked, isAspectRatioLocked, isCropLocked, isEditPointsLocked, isGroupingLocked, isPositionLocked, isRotationLocked, isSelectLocked, and 14 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: adjustHandlesLocked, arrowheadsLocked, aspectRatioLocked, cropLocked, editPointsLocked, groupingLocked, and 5 more.

Properties

NameTypeAccessDescription
groupingLockedbooleanReadGets the grouping locked.
selectLockedbooleanReadGets the select locked.
rotationLockedbooleanReadGets the rotation locked.
aspectRatioLockedbooleanReadGets the aspect ratio locked.
positionLockedbooleanReadGets the position locked.
sizeLockedbooleanReadGets the size locked.
editPointsLockedbooleanReadGets the edit points locked.
adjustHandlesLockedbooleanReadGets the adjust handles locked.
arrowheadsLockedbooleanReadGets the arrowheads locked.
shapeTypeLockedbooleanReadGets the shape type locked.
cropLockedbooleanReadGets the crop 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 locked is set.
setGroupingLocked(value: boolean)Sets the grouping locked value.
isSelectLocked()booleanReturns true if select locked is set.
setSelectLocked(value: boolean)Sets the select locked value.
isRotationLocked()booleanReturns true if rotation locked is set.
setRotationLocked(value: boolean)Sets the rotation locked value.
isAspectRatioLocked()booleanReturns true if aspect ratio locked is set.
setAspectRatioLocked(value: boolean)Sets the aspect ratio locked value.
isPositionLocked()booleanReturns true if position locked is set.
setPositionLocked(value: boolean)Sets the position locked value.
isSizeLocked()booleanReturns true if size locked is set.
setSizeLocked(value: boolean)Sets the size locked value.
isEditPointsLocked()booleanReturns true if edit points locked is set.
setEditPointsLocked(value: boolean)Sets the edit points locked value.
isAdjustHandlesLocked()booleanReturns true if adjust handles locked is set.
setAdjustHandlesLocked(value: boolean)Sets the adjust handles locked value.
isArrowheadsLocked()booleanReturns true if arrowheads locked is set.
setArrowheadsLocked(value: boolean)Sets the arrowheads locked value.
isShapeTypeLocked()booleanReturns true if shape type locked is set.
setShapeTypeLocked(value: boolean)Sets the shape type locked value.
isCropLocked()booleanReturns true if crop locked is set.
setCropLocked(value: boolean)Sets the crop locked value.
noLocks()booleanReturns true if no lock flags are set
hasNoLocks()booleanReturns true if no locks is present.

See Also