toArray

toArray() function

Creates and returns an array with all slides in it.

Result

Slide


toArray(int startIndex, int count) function

Creates and returns an array with all slides from the specified range in it.

Parameters

NameTypeDescription
startIndexintAn index of a first slide to add.
countintA number of slides to add.

Result

Slide