MasterLayoutSlideCollection
Overview
MasterLayoutSlideCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: LayoutSlideCollection, IMasterLayoutSlideCollection.
Represents a collections of all layout slides of defined master slide. Extends with methods for adding/inserting/removing/cloning/reordering layout slides in context of the individual collections of master’s layout slides.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | ICollection | Read | Exposes the collection through the ICollection interface |
AsIEnumerable | IEnumerable | Read | Exposes the collection through the IEnumerable interface |
Count | int | Read |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the master layout slide of the given SlideLayoutType |
GetEnumerator() | Returns an enumerator for iterating over the collection |