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: adjust_handles_locked, arrowheads_locked, aspect_ratio_locked, crop_locked, edit_points_locked, grouping_locked, and 6 more.

Properties

NameTypeAccessDescription
grouping_lockedboolRead/WriteDetermines whether an adding this shape to a group is forbidden.
select_lockedboolRead/WriteDetermines whether a selecting this shape is forbidden.
rotation_lockedboolRead/WriteDetermines whether a changing rotation angle of this shape is forbidden.
aspect_ratio_lockedboolRead/WriteDetermines whether a shape have to preserve aspect ratio on resizing.
position_lockedboolRead/WriteDetermines whether a moving this shape is forbidden.
size_lockedboolRead/WriteDetermines whether a resizing this shape is forbidden.
edit_points_lockedboolRead/WriteDetermines whether a direct changing of contour of this shape is forbidden.
adjust_handles_lockedboolRead/WriteDetermines whether a changing adjust values is forbidden.
arrowheads_lockedboolRead/WriteDetermines whether a changing arrowheads is forbidden.
shape_type_lockedboolRead/WriteDetermines whether a changing of a shape type is forbidden.
crop_lockedboolRead/WriteDetermines whether an image cropping is forbidden.
no_locksboolReadReturn True if all lock attributes are absent or ‘0’.

See Also