toArray
toArray() method
Creates and returns an array with all slides in it.
Returns
toArray(int startIndex, int count) method
Creates and returns an array with all slides from the specified range in it.
Parameters
Name | Type | Description |
---|---|---|
startIndex | int | An index of a first slide to add. |
count | int | A number of slides to add. |