IShapeCollection — Aspose.Slides FOSS Python API Reference
IShapeCollection — Represents a collection of i shape objects.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
parent_group | IGroupShape | Read-only | |
as_i_collection | list | Read-only | |
as_i_enumerable | Any | Read-only |
Methods
| Method | Returns | Description |
|---|---|---|
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 |