IMasterSlideCollection
Overview
IMasterSlideCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of master slides.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of master slides in the collection |
AsICollection | IList<IMasterSlide> | Read | Provides the master slides as an IList |
AsIEnumerable | IEnumerable<IMasterSlide> | Read | Provides the master slides as an IEnumerable |
Methods
| Signature | Description |
|---|---|
AddClone(sourceMaster: IMasterSlide) | The new cloned master slide. |