Reorder()
SlideCollection::Reorder(int32_t, System::SharedPtr<ISlide>) method
Moves slide from the collection to the specified position.
void Aspose::Slides::SlideCollection::Reorder(int32_t index, System::SharedPtr<ISlide> slide) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Target index. |
slide | System::SharedPtr<ISlide> | Slide to move. |
SlideCollection::Reorder(int32_t, const System::ArrayPtr<System::SharedPtr<ISlide>>&) method
Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list.
void Aspose::Slides::SlideCollection::Reorder(int32_t index, const System::ArrayPtr<System::SharedPtr<ISlide>> &slides) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Target index. |
slides | const System::ArrayPtr<System::SharedPtr<ISlide>>& | Slides to move. |
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class ISlide
- Class SlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides