ILayoutSlideCollection — Aspose.Slides FOSS Java API Reference
ILayoutSlideCollection — Represents a base class for collection of a layout slides.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
get(int index) | ILayoutSlide | Returns the layout slide at the given index. |
size() | int | Returns 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) | ILayoutSlide | Returns the first layout slide with the specified type. |