insert_clone method

insert_clone

Inserts a copy of a specified layout slide to specified position of the collection.

Returns

Inserted slide.

def insert_clone(self, index, source_layout):
    ...
ParameterTypeDescription
indexintIndex of new slide.
source_layoutILayoutSlideSlide to clone.

Remarks

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.

See Also