reorder
reorder(int index, Slide slide) function
Moves slide from the collection to the specified position.
Parameters
Name | Type | Description |
---|---|---|
index | int | Target index. |
slide | Slide | Slide 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
Name | Type | Description |
---|---|---|
index | int | Target index. |
slides | com.aspose.slides.ISlide[] | Slides to move. |