insert_empty_slide method
insert_empty_slide
Inserts a copy of a specified slide to specified position of the collection.
Returns
Inserted slide.
def insert_empty_slide(self, index, layout):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | Index of a new slide. | 
| layout | ILayoutSlide | Layout for a slide. | 
See Also
- class ILayoutSlide
- class ISlide
- class ISlideCollection
- module aspose.slides
- library Aspose.Slides