IShapeCollection

IShapeCollection — Aspose.Slides FOSS Python API Reference

IShapeCollection — Represents a collection of i shape objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
parent_groupIGroupShapeRead-only
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
to_array()list[IShape]
reorder(index, shape)None
add_auto_shape(shape_type, x, y, width, height)IAutoShape
insert_auto_shape(index, shape_type, x, y, width, height)IAutoShape
add_connector(shape_type, x, y, width, height)IConnector
insert_connector(index, shape_type, x, y, width, height)IConnector
index_of(shape)int
add_picture_frame(shape_type, x, y, width, height, image)IPictureFrame
insert_picture_frame(index, shape_type, x, y, width, height, image)IPictureFrame
add_table(x, y, column_widths, row_heights)ITable
insert_table(index, x, y, column_widths, row_heights)ITable
remove_at(index)None
remove(shape)None
clear()None

See Also