AddClone()

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

System::SharedPtr<IMasterSlide> Aspose::Slides::MasterSlideCollection::AddClone(System::SharedPtr<IMasterSlide> sourceMaster) override

Arguments

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

Return Value

Added slide.

See Also