LayoutSlideCollection

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

NameTypeAccessDescription
AsICollectionICollectionReadGets the as i collection.
AsIEnumerableIEnumerableReadGets the as i enumerable.

Methods

SignatureDescription
GetByType(type: SlideLayoutType)Calls GetByType(type) on this LayoutSlideCollection instance.
GetEnumerator()Calls GetEnumerator on this LayoutSlideCollection instance.

See Also