reorder

reorder(int index, Slide slide) function

Moves slide from the collection to the specified position.

Parameters

NameTypeDescription
indexintTarget index.
slideSlideSlide to move.

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

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.