GlobalLayoutSlideCollection
Overview
GlobalLayoutSlideCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Aggregates all layout slides across all master slides in a presentation.
This class provides 2 methods for working with GlobalLayoutSlideCollection 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, AsILayoutSlideCollection, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of layout slides. |
AsICollection | ICollection | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable | Read | Gets the as i enumerable. |
AsILayoutSlideCollection | ILayoutSlideCollection | Read | Returns this collection as an ILayoutSlideCollection. |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the layout slide matching the specified SlideLayoutType |
GetEnumerator() | Provides an iterator to traverse the layout slides |