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

ParameterTypeDescription
indexint32_tIndex of new slide.
sourceMasterSystem::SharedPtr<IMasterSlide>Slide to clone.

Return Value

Inserted master slide.

See Also