reorder method
reorder
Moves slide from the collection to the specified position.
def reorder(self, index, slide):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Target index. |
| slide | ISlide | Slide to move. |
reorder
Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list.
def reorder(self, index, slides):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Target index. |
| slides | List[ISlide] | Slides to move. |
See Also
- class
ISlide - class
ISlideCollection - module
aspose.slides - library
Aspose.Slides