PictureFrameLock

General

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

PictureFrameLock és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚BaseShapeLock⌒, ∂IPictureFrameLockヽ .

Representa les clausures per a un {@link PictureFrame}.

Propietats

NameTypeAccessDescription
groupingLockedbooleanReadProperty gets or sets the grouping lock flag
selectLockedbooleanReadProperty gets or sets the selection lock flag
rotationLockedbooleanReadProperty gets or sets the rotation lock flag
aspectRatioLockedbooleanReadProperty gets or sets the aspect ratio lock flag
positionLockedbooleanReadProperty gets or sets the position lock flag
sizeLockedbooleanReadProperty gets or sets the size lock flag
editPointsLockedbooleanReadProperty gets or sets the edit points lock flag
adjustHandlesLockedbooleanReadProperty gets or sets the adjust handles lock flag
arrowheadsLockedbooleanReadProperty gets or sets the arrowheads lock flag
shapeTypeLockedbooleanReadProperty gets or sets the shape type lock flag
cropLockedbooleanReadProperty gets or sets the crop lock flag

Mètodes

SignatureDescription
PictureFrameLock()Creates a new PictureFrameLock.
initInternal(picLocksElement: Element, saveCallback: Runnable)Initializes internal state from the backing XML element.
isGroupingLocked()booleanReturns true if the picture frame’s grouping is locked
setGroupingLocked(value: boolean)Sets the grouping lock flag to the given value
isSelectLocked()booleanReturns true if selection of the picture frame is locked
setSelectLocked(value: boolean)Sets the selection lock flag
isRotationLocked()boolean
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 are locked
setEditPointsLocked(value: boolean)Sets the edit points lock flag
isAdjustHandlesLocked()booleanReturns true if adjust handles are locked
setAdjustHandlesLocked(value: boolean)Sets the adjust handles lock flag
isArrowheadsLocked()booleanReturns true if arrowheads are locked
setArrowheadsLocked(value: boolean)Sets the arrowheads lock flag
isShapeTypeLocked()booleanReturns true if shape type is locked
setShapeTypeLocked(value: boolean)Sets the shape type lock flag
isCropLocked()booleanReturns true if cropping is locked
setCropLocked(value: boolean)Sets the crop lock flag
noLocks()booleanReturns true if no lock flags are set
hasNoLocks()booleanReturns true if the picture frame has no locks
 Català