Reorder()

ISlideCollection::Reorder(int32_t, System::SharedPtr<ISlide>) method

Moves slide from the collection to the specified position.

virtual void Aspose::Slides::ISlideCollection::Reorder(int32_t index, System::SharedPtr<ISlide> slide)=0

Arguments

ParameterTypeDescription
indexint32_tTarget index.
slideSystem::SharedPtr<ISlide>Slide to move.

ISlideCollection::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.

virtual void Aspose::Slides::ISlideCollection::Reorder(int32_t index, const System::ArrayPtr<System::SharedPtr<ISlide>> &slides)=0

Arguments

ParameterTypeDescription
indexint32_tTarget index.
slidesconst System::ArrayPtr<System::SharedPtr<ISlide>>&Slides to move.

See Also