InsertClone()
IMasterSlideCollection::InsertClone(int32_t, System::SharedPtr<IMasterSlide>) method
Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too.
virtual System::SharedPtr<IMasterSlide> Aspose::Slides::IMasterSlideCollection::InsertClone(int32_t index, System::SharedPtr<IMasterSlide> sourceMaster)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of new slide. |
sourceMaster | System::SharedPtr<IMasterSlide> | Slide to clone. |
Return Value
Inserted master slide.
See Also
- Typedef SharedPtr
- Class IMasterSlide
- Class IMasterSlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides