to_array method

to_array

Creates and returns an array with all slides in it.

Returns

Array of ISlide

def to_array(self):
    ...

to_array

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

Returns

Array of ISlide

def to_array(self, start_index, count):
    ...
ParameterTypeDescription
start_indexintAn index of a first slide to add.
countintA number of slides to add.

See Also