LayoutSlideCollection
Overview
LayoutSlideCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: ILayoutSlideCollection.
Base class for collections of layout slides.
This class provides 2 methods for working with LayoutSlideCollection 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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | ICollection | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable | Read | Gets the as i enumerable. |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Calls GetByType(type) on this LayoutSlideCollection instance. |
GetEnumerator() | Calls GetEnumerator on this LayoutSlideCollection instance. |