MasterSlideCollection
Overview
MasterSlideCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, IMasterSlideCollection.
Represents a collection of master slides.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | |
as_i_enumerable | Any | Read | Exposes the master slide collection as an enumerable object |
Methods
| Signature | Description |
|---|---|
add_clone(source_master) → IMasterSlide | Clone a master slide from another presentation and add it to this collection. |