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