IPictureFrameLock

IPictureFrameLock — Aspose.Slides FOSS Java API Reference

IPictureFrameLock — Determines which operations are disabled on the parent IPictureFrame.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
groupingLockedbooleanRead/Write
selectLockedbooleanRead/Write
rotationLockedbooleanRead/Write
aspectRatioLockedbooleanRead/Write
positionLockedbooleanRead/Write
sizeLockedbooleanRead/Write
editPointsLockedbooleanRead/Write
adjustHandlesLockedbooleanRead/Write
arrowheadsLockedbooleanRead/Write
shapeTypeLockedbooleanRead/Write
cropLockedbooleanRead/Write

Methods

MethodReturnsDescription
isGroupingLocked()booleanDetermines whether adding this shape to a group is forbidden.
setGroupingLocked(boolean value)voidSets whether adding this shape to a group is forbidden.
isSelectLocked()booleanDetermines whether selecting this shape is forbidden.
setSelectLocked(boolean value)voidSets whether selecting this shape is forbidden.
isRotationLocked()booleanDetermines whether changing the rotation angle of this shape is forbidden.
setRotationLocked(boolean value)voidSets whether changing the rotation angle of this shape is forbidden.
isAspectRatioLocked()booleanDetermines whether the shape must preserve its aspect ratio on resizing.
setAspectRatioLocked(boolean value)voidSets whether the shape must preserve its aspect ratio on resizing.
isPositionLocked()booleanDetermines whether moving this shape is forbidden.
setPositionLocked(boolean value)voidSets whether moving this shape is forbidden.
isSizeLocked()booleanDetermines whether resizing this shape is forbidden.
setSizeLocked(boolean value)voidSets whether resizing this shape is forbidden.
isEditPointsLocked()booleanDetermines whether direct changing of the contour of this shape is forbidden.
setEditPointsLocked(boolean value)voidSets whether direct changing of the contour of this shape is forbidden.
isAdjustHandlesLocked()booleanDetermines whether changing adjust values is forbidden.
setAdjustHandlesLocked(boolean value)voidSets whether changing adjust values is forbidden.
isArrowheadsLocked()booleanDetermines whether changing arrowheads is forbidden.
setArrowheadsLocked(boolean value)voidSets whether changing arrowheads is forbidden.
isShapeTypeLocked()booleanDetermines whether changing the shape type is forbidden.
setShapeTypeLocked(boolean value)voidSets whether changing the shape type is forbidden.
isCropLocked()booleanDetermines whether image cropping is forbidden.
setCropLocked(boolean value)voidSets whether image cropping is forbidden.
hasNoLocks()booleanReturns true if all lock attributes are absent or disabled.

See Also