GroupShapeLock
Overview
GroupShapeLock is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseShapeLock, IGroupShapeLock.
Determines which operations are disabled on the parent GroupShape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
grouping_locked | bool | Read | Determines whether adding this shape to a group is forbidden. |
ungrouping_locked | bool | Read | Determines whether splitting this groupshape is forbidden. |
select_locked | bool | Read | Determines whether selecting this shape is forbidden. |
rotation_locked | bool | Read | Determines whether changing rotation angle of this shape is forbidden. |
aspect_ratio_locked | bool | Read | Determines whether shape have to preserve aspect ratio on resizing. |
position_locked | bool | Read | Determines whether moving this shape is forbidden. |
size_locked | bool | Read | Determines whether resizing this shape is forbidden. |
no_locks | bool | Read | Return true if all lock-flags are disabled. |
as_i_base_shape_lock | IBaseShapeLock | Read | Allows to get base IBaseShapeLock interface. |
Methods
| Signature | Description |
|---|---|
__init__() |