add_clone method

add_clone

Adds a copy of a specified layout slide to the end of the collection.

Returns

Added slide.

def add_clone(self, source_layout):
    ...
ParameterTypeDescription
source_layoutILayoutSlideSlide to clone.

Remarks

  1. New layout will be linked with parent master slide for this layout slides collection. So this is analogue of copy/paste with “Use Destination Theme” option in PowerPoint. 2) Analogue of this method is method Aspose.Slides.IGlobalLayoutSlideCollection.AddClone(Aspose.Slides.ILayoutSlide,Aspose.Slide accessed with IPresentation.layout_slides property.

See Also