AddClone()
IMasterSlideCollection::AddClone(System::SharedPtr<IMasterSlide>) method
Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too.
virtual System::SharedPtr<IMasterSlide> Aspose::Slides::IMasterSlideCollection::AddClone(System::SharedPtr<IMasterSlide> sourceMaster)=0
Arguments
Parameter | Type | Description |
---|---|---|
sourceMaster | System::SharedPtr<IMasterSlide> | Slide to clone. |
Return Value
Added slide.
See Also
- Typedef SharedPtr
- Class IMasterSlide
- Class IMasterSlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides