MasterLayoutSlideCollection
Overview
MasterLayoutSlideCollection is a class in Aspose.Slides FOSS for Java.
Inherits from: LayoutSlideCollection, IMasterLayoutSlideCollection.
Represents a collection of all layout slides of the defined master slide.
Methods
| Signature | Description |
|---|---|
MasterLayoutSlideCollection() | Creates an empty MasterLayoutSlideCollection. |
MasterLayoutSlideCollection(layouts: List<ILayoutSlide>) | Creates a MasterLayoutSlideCollection with the given layouts. |
get(index: int) → ILayoutSlide | Retrieves the ILayoutSlide at the specified zero‑based index |
size() → int | |
asICollection() → List<ILayoutSlide> | |
asIEnumerable() → Iterable<ILayoutSlide> | Returns the layouts as an Iterable for foreach loops |
iterator() → Iterator<ILayoutSlide> | Provides an Iterator over the ILayoutSlide elements |
getByType(type: SlideLayoutType) → ILayoutSlide | Returns the first ILayoutSlide matching the specified SlideLayoutType |