MasterSlideCollection — Aspose.Slides FOSS C# (.NET) API Reference
MasterSlideCollection — MasterSlideCollection API type. Inherits from: IMasterSlideCollection, IEnumerable<IMasterSlide>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsICollection | IList<IMasterSlide> | Read/Write | |
AsIEnumerable | IEnumerable<IMasterSlide> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
GetEnumerator() | void | |
AddClone(IMasterSlide sourceMaster) | void | |
GetNextMasterFileNumber() | void | The next available number for a master slide file. |
GetNextLayoutFileNumber() | void | The next available number for a layout slide file. |
GetMaxMasterLayoutIdInPresentation() | void | The maximum ID found, or 2147483647 if none exist. |