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):
...
| Parameter | Type | Description |
|---|---|---|
| source_layout | ILayoutSlide | Slide 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.
2) Analogue of this method is method
IGlobalLayoutSlideCollection.add_cloneaccessed withIPresentation.layout_slidesproperty.
See Also
- class
ILayoutSlide - class
IMasterLayoutSlideCollection - module
aspose.slides - library
Aspose.Slides