MasterSlideCollection
General
MasterSlideCollection is a class in Aspose.Slides for NET.
Inherits from: IMasterSlideCollection, IEnumerable<IMasterSlide>.
MasterSlideCollection és una classe en Aspose.Slides per NET. És heretat de: ゚IMasterSlideCollection⌒, ヽIEnumerable
Representa una col·lecció de diapositives mestres en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IMasterSlide> | Read | Provides the master slides as an IList of IMasterSlide |
AsIEnumerable | IEnumerable<IMasterSlide> | Read | Provides the master slides as an IEnumerable of IMasterSlide |
Mètodes
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator that iterates through the master slides. |
AddClone(sourceMaster: IMasterSlide) | Adds a clone of the given IMasterSlide to the collection |
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. |