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řístupPopis:
parent_groupIGroupShapePouze pro čteníHodnota parent_group.
as_i_collectionlistPouze pro čteníHodnota as_i_collection.
as_i_enumerableAnyPouze pro čteníHodnota as_i_enumerable.

Metody

MetodikaZpětné výnosyPopis:
to_array()list[IShape]Konvertuje tento objekt na _array reprezentaci.
reorder(index, shape)NoneProvede operaci přepracování.
add_auto_shape(shape_type, x, y, width, height)IAutoShapePřidává _auto_shape do této sbírky.
insert_auto_shape(index, shape_type, x, y, width, height)IAutoShapeVynáší operaci insert_auto_shape.
add_connector(shape_type, x, y, width, height)IConnectorPřidává _ konektor k této sbírce.
insert_connector(index, shape_type, x, y, width, height)IConnectorProvede operaci insert_connector.
index_of(shape)intVykonává index_of operaci.
add_picture_frame(shape_type, x, y, width, height, image)IPictureFramePřidává _picture_frame do této sbírky.
insert_picture_frame(index, shape_type, x, y, width, height, image)IPictureFrameProvede operaci insert_picture_frame.
add_table(x, y, column_widths, row_heights)ITablePřidává _ tabulku do této sbírky.
insert_table(index, x, y, column_widths, row_heights)ITableVykonává operaci insert_table.
remove_at(index)NoneOdstraňuje specifikovaný _at z této sbírky.
remove(shape)NoneOdstraňuje specifikované z této sbírky.
clear()NoneVykonává operaci.

Viz také:

 Čeština