PictureFrameLock

PictureFrameLock

Overview

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

Determines which operations are disabled on the parent PictureFrame.

Properties

NameTypeAccessDescription
grouping_lockedboolReadDetermines whether an adding this shape to a group is forbidden.
select_lockedboolReadDetermines whether a selecting this shape is forbidden.
rotation_lockedboolReadDetermines whether a changing rotation angle of this shape is forbidden.
aspect_ratio_lockedboolReadDetermines whether a shape have to preserve aspect ratio on resizing.
position_lockedboolReadDetermines whether a moving this shape is forbidden.
size_lockedboolReadDetermines whether a resizing this shape is forbidden.
edit_points_lockedboolReadDetermines whether a direct changing of contour of this shape is forbidden.
adjust_handles_lockedboolReadDetermines whether a changing adjust values is forbidden.
arrowheads_lockedboolReadDetermines whether a changing arrowheads is forbidden.
shape_type_lockedboolReadDetermines whether a changing of a shape type is forbidden.
crop_lockedboolReadDetermines whether an image cropping is forbidden.
no_locksboolReadReturn True if all lock attributes are absent or ‘0’.

See Also