to_array method
to_array
Creates and returns an array that contains all shapes.
Returns
An array of IShape
objects.
def to_array(self):
...
to_array
Creates and returns an array that contains all shapes in the specified range.
Returns
An array of IShape
objects.
def to_array(self, start_index, count):
...
Parameter | Type | Description |
---|---|---|
start_index | int | The index of the first shape to return. |
count | int | The number of shapes to return. |
See Also
- class
IShape
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides