IMasterLayoutSlideCollection
Overview
IMasterLayoutSlideCollection is a interface in Aspose.Slides FOSS for .NET.
Inherits from: ILayoutSlideCollection.
Represents a collection of layout slides belonging to a master slide.
This interface provides 1 method for working with IMasterLayoutSlideCollection objects in .NET programs.
Available methods include: GetByType.
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 |
|---|---|---|---|
Count | int | Read | Gets the number of layout slides in the collection. |
AsICollection | ICollection | Read | Returns this collection as an ICollection interface. |
AsIEnumerable | IEnumerable | Read | Returns this collection as an IEnumerable interface. |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the first layout slide of the specified type. |