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

NameTypeAccessDescription
is_text_holderboolReadIndicates whether the group shape acts as a text placeholder
placeholderIPlaceholderReadReturns the placeholder information associated with the group shape
custom_dataICustomDataReadProvides access to custom data attached to the group shape
group_shape_lockIGroupShapeLockReadReturns shape’s locks.
shapesIShapeCollectionReadReturns the collection of shapes inside the group.
as_i_shapeIShapeReadAllows to get base IShape interface.

Methods

SignatureDescription
__init__()

See Also