insert_clone method
insert_clone
Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too.
Returns
Inserted master slide.
def insert_clone(self, index, source_master):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of new slide. |
| source_master | IMasterSlide | Slide to clone. |
See Also
- class
IMasterSlide - class
IMasterSlideCollection - module
aspose.slides - library
Aspose.Slides