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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AsICollection | ICollection | Read | Provides the collection as a non-generic ICollection |
AsIEnumerable | IEnumerable | Read | Provides the collection as an IEnumerable for iteration |
Methods
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | The with the specified type, or null if not found. |