ILayoutSlideCollection

ILayoutSlideCollection

Overview

ILayoutSlideCollection is a interface in Aspose.Slides FOSS for Java. Inherits from: Iterable<ILayoutSlide>.

Represents a base class for collection of a layout slides.

Methods

SignatureDescription
get(index: int)ILayoutSlideReturns the layout slide at the given index.
size()intReturns the number of layout slides in the collection.
asICollection()List<ILayoutSlide>Returns this collection as an unmodifiable {@link List}.
asIEnumerable()Iterable<ILayoutSlide>Returns this collection as an {@link Iterable}.
getByType(type: SlideLayoutType)ILayoutSlideReturns the first layout slide with the specified type.

See Also