MasterSlideCollection
Overview
MasterSlideCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IMasterSlideCollection, IEnumerable<IMasterSlide>.
Represents a collection of master slides in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IMasterSlide> | Read | |
AsIEnumerable | IEnumerable<IMasterSlide> | Read |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator that iterates through the master slides. |
AddClone(sourceMaster: IMasterSlide) | Creates and adds a clone of the specified source master slide |
GetNextMasterFileNumber() | The next available number for a master slide file. |
GetNextLayoutFileNumber() | The next available number for a layout slide file. |
GetMaxMasterLayoutIdInPresentation() | The maximum ID found, or 2147483647 if none exist. |