ILayoutSlideCollection
Overview
ILayoutSlideCollection is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IEnumerable<ILayoutSlide>.
Represents a base class for collection of layout slides.
This interface provides 1 method for working with ILayoutSlideCollection 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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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. |