AddClone
MasterLayoutSlideCollection.AddClone method
Adds a copy of a specified layout slide to the end of the collection.
public ILayoutSlide AddClone(ILayoutSlide sourceLayout)
Parameter | Type | Description |
---|---|---|
sourceLayout | ILayoutSlide | Slide to clone. |
Return Value
Added slide.
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
AddClone
accessed withLayoutSlides
property.
See Also
- interface ILayoutSlide
- class MasterLayoutSlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides