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.

Properties

NameTypeAccessDescription
AsICollectionICollectionReadProvides the collection as a non-generic ICollection
AsIEnumerableIEnumerableReadProvides the collection as an IEnumerable for iteration

Methods

SignatureDescription
GetByType(type: SlideLayoutType)The with the specified type, or null if not found.

See Also