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.
This class provides 2 methods for working with MasterLayoutSlideCollection objects in .NET programs.
Available methods include: GetByType, GetEnumerator.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsICollection, AsIEnumerable, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | ICollection | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the master layout slide of the given SlideLayoutType |
GetEnumerator() | Returns an enumerator for iterating over the collection |