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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of layout slides in the collection |
AsICollection | ICollection | Read | Exposes the collection as an ICollection interface |
AsIEnumerable | IEnumerable | Read | Exposes the collection as an IEnumerable interface |
AsILayoutSlideCollection | ILayoutSlideCollection | Read | Exposes the collection as an ILayoutSlideCollection interface |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the layout slide matching the specified SlideLayoutType |
GetEnumerator() | Provides an iterator to traverse the layout slides |