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

ParameterTypeDescription
sourceMasterSystem::SharedPtr<IMasterSlide>Slide to clone.

Return Value

Added slide.

See Also