IMasterSlideCollection
General
IMasterSlideCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de diapositives màsters.
Propietats
| 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 |
Mètodes
| Signature | Description |
|---|---|
AddClone(sourceMaster: IMasterSlide) | The new cloned master slide. |