IMasterLayoutSlideCollection
Overview
IMasterLayoutSlideCollection is a interface in Aspose.Slides FOSS for Java.
Inherits from: ILayoutSlideCollection.
Represents a collection of layout slides belonging to a master slide.
This interface provides 5 methods for working with IMasterLayoutSlideCollection objects in Java programs.
Available methods include: asICollection, asIEnumerable, get, getByType, size.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Methods
| Signature | Description |
|---|---|
get(index: int) → 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 {@link List}. |
asIEnumerable() → Iterable<ILayoutSlide> | Returns this collection as an {@link Iterable}. |
getByType(type: SlideLayoutType) → ILayoutSlide | Returns the first layout slide with the specified type. |