InsertEmptySlide()
SlideCollection::InsertEmptySlide(int32_t, System::SharedPtr<ILayoutSlide>) method
Inserts a copy of a specified slide to specified position of the collection.
System::SharedPtr<ISlide> Aspose::Slides::SlideCollection::InsertEmptySlide(int32_t index, System::SharedPtr<ILayoutSlide> layout) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of a new slide. |
layout | System::SharedPtr<ILayoutSlide> | Layout for a slide. |
Return Value
Inserted slide.
See Also
- Typedef SharedPtr
- Class ISlide
- Class ILayoutSlide
- Class SlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides