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

NameTypeAccessDescription
grouping_lockedboolReadDetermines whether adding this shape to a group is forbidden.
ungrouping_lockedboolReadDetermines whether splitting this groupshape is forbidden.
select_lockedboolReadDetermines whether selecting this shape is forbidden.
rotation_lockedboolReadDetermines whether changing rotation angle of this shape is forbidden.
aspect_ratio_lockedboolReadDetermines whether shape have to preserve aspect ratio on resizing.
position_lockedboolReadDetermines whether moving this shape is forbidden.
size_lockedboolReadDetermines whether resizing this shape is forbidden.
no_locksboolReadReturn true if all lock-flags are disabled.
as_i_base_shape_lockIBaseShapeLockReadAllows to get base IBaseShapeLock interface.

Methods

SignatureDescription
__init__()