InsertClone
IMasterSlideCollection.InsertClone method
Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too.
public IMasterSlide InsertClone(int index, IMasterSlide sourceMaster)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of new slide. |
sourceMaster | IMasterSlide | Slide to clone. |
Return Value
Inserted master slide.
See Also
- interface IMasterSlide
- interface IMasterSlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides