IMasterSlideCollection
Overview
IMasterSlideCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of master slides.
This interface provides 1 method for working with IMasterSlideCollection objects in .NET programs.
Available methods include: AddClone.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsICollection, AsIEnumerable, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of master slides in the collection. |
AsICollection | IList<IMasterSlide> | Read | Exposes the collection as a generic list interface. |
AsIEnumerable | IEnumerable<IMasterSlide> | Read | Exposes the collection as an enumerable interface. |
Methods
| Signature | Description |
|---|---|
AddClone(sourceMaster: IMasterSlide) | Adds a copy of a specified master slide to the end of the collection. |