ILayoutSlideCollection

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

NameTypeAccessDescription
AsICollectionICollectionReadReturns this collection as an ICollection interface.
AsIEnumerableIEnumerableReadReturns this collection as an IEnumerable interface.

Methods

SignatureDescription
GetByType(type: SlideLayoutType)Returns the first layout slide of the specified type.

See Also