ILayoutSlideCollection

ILayoutSlideCollection — Aspose.Slides FOSS Java API Reference

ILayoutSlideCollection — Represents a base class for collection of a layout slides.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
get(int index)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 List.
asIEnumerable()Iterable<ILayoutSlide>Returns this collection as an Iterable.
getByType(SlideLayoutType type)ILayoutSlideReturns the first layout slide with the specified type.

See Also