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