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