reorder

reorder(int index, Slide slide) method

Moves slide from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
slideSlideSlide to move.

Returns

void


reorder(int index, com.aspose.slides.ISlide[] slides) method

Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list.

Parameters

NameTypeDescription
indexintTarget index.
slidescom.aspose.slides.ISlide[]Slides to move.

Returns

void