IShapeCollection Aspose.Slides FOSS Python API Reference
Přehled
IShapeCollection představuje sbírku objektů i tvaru. Prohlédněte si vlastnosti a metody v níže uvedených tabulkách, abyste pochopili kompletní veřejný API povrch tohoto typu. Všichni členové zde uvedení jsou součástí stabilního veřejného API a mohou být použity ve výrobním kódu zaměřeném na edici FOSS. Viz dokumentaci balíku pro instalační pokyny a úplný seznam souvisejících typů.
Package: aspose.slides_foss
Vlastnosti
| Vlastnictví | Typ: | Přístup | Popis: |
|---|---|---|---|
parent_group | IGroupShape | Pouze pro čtení | Hodnota parent_group. |
as_i_collection | list | Pouze pro čtení | Hodnota as_i_collection. |
as_i_enumerable | Any | Pouze pro čtení | Hodnota as_i_enumerable. |
Metody
| Metodika | Zpětné výnosy | Popis: |
|---|---|---|
to_array() | list[IShape] | Konvertuje tento objekt na _array reprezentaci. |
reorder(index, shape) | None | Provede operaci přepracování. |
add_auto_shape(shape_type, x, y, width, height) | IAutoShape | Přidává _auto_shape do této sbírky. |
insert_auto_shape(index, shape_type, x, y, width, height) | IAutoShape | Vynáší operaci insert_auto_shape. |
add_connector(shape_type, x, y, width, height) | IConnector | Přidává _ konektor k této sbírce. |
insert_connector(index, shape_type, x, y, width, height) | IConnector | Provede operaci insert_connector. |
index_of(shape) | int | Vykonává index_of operaci. |
add_picture_frame(shape_type, x, y, width, height, image) | IPictureFrame | Přidává _picture_frame do této sbírky. |
insert_picture_frame(index, shape_type, x, y, width, height, image) | IPictureFrame | Provede operaci insert_picture_frame. |
add_table(x, y, column_widths, row_heights) | ITable | Přidává _ tabulku do této sbírky. |
insert_table(index, x, y, column_widths, row_heights) | ITable | Vykonává operaci insert_table. |
remove_at(index) | None | Odstraňuje specifikovaný _at z této sbírky. |
remove(shape) | None | Odstraňuje specifikované z této sbírky. |
clear() | None | Vykonává operaci. |