GroupShape
Overview
GroupShape is a class in Aspose.Slides FOSS for Python.
Inherits from: Shape, IGroupShape.
Represents a group of shapes on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_text_holder | bool | Read | Indicates whether the group shape acts as a text placeholder |
placeholder | IPlaceholder | Read | Returns the placeholder information associated with the group shape |
custom_data | ICustomData | Read | Provides access to custom data attached to the group shape |
group_shape_lock | IGroupShapeLock | Read | Returns shape’s locks. |
shapes | IShapeCollection | Read | Returns the collection of shapes inside the group. |
as_i_shape | IShape | Read | Allows to get base IShape interface. |
Methods
| Signature | Description |
|---|---|
__init__() |