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
| Name | Type | Access | Description |
|---|---|---|---|
grouping_locked | bool | Read | Determines whether an adding this shape to a group is forbidden. |
select_locked | bool | Read | Determines whether a selecting this shape is forbidden. |
rotation_locked | bool | Read | Determines whether a changing rotation angle of this shape is forbidden. |
aspect_ratio_locked | bool | Read | Determines whether a shape have to preserve aspect ratio on resizing. |
position_locked | bool | Read | Determines whether a moving this shape is forbidden. |
size_locked | bool | Read | Determines whether a resizing this shape is forbidden. |
edit_points_locked | bool | Read | Determines whether a direct changing of contour of this shape is forbidden. |
adjust_handles_locked | bool | Read | Determines whether a changing adjust values is forbidden. |
arrowheads_locked | bool | Read | Determines whether a changing arrowheads is forbidden. |
shape_type_locked | bool | Read | Determines whether a changing of a shape type is forbidden. |
crop_locked | bool | Read | Determines whether an image cropping is forbidden. |
no_locks | bool | Read | Return True if all lock attributes are absent or ‘0’. |