MasterLayoutSlideCollection
General
MasterLayoutSlideCollection is a class in Aspose.Slides FOSS for Java.
Inherits from: LayoutSlideCollection, IMasterLayoutSlideCollection.
MasterLayoutSlideCollection és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚LayoutSlideCollection⌒, ∂IMasterLayoutSlideCollectionヽ .
Representa una col·lecció de totes les diapositives d’arranjament de la diapasó mestre definida.
Mètodes
| Signature | Description |
|---|---|
MasterLayoutSlideCollection() | Creates an empty MasterLayoutSlideCollection. |
MasterLayoutSlideCollection(layouts: List<ILayoutSlide>) | Creates a MasterLayoutSlideCollection with the given layouts. |
get(index: int) → ILayoutSlide | Retrieves the layout slide at the specified zero‑based index |
size() → int | |
asICollection() → List<ILayoutSlide> | Returns the collection as a List of ILayoutSlide |
asIEnumerable() → Iterable<ILayoutSlide> | Returns the collection as an Iterable of ILayoutSlide |
iterator() → Iterator<ILayoutSlide> | Provides an iterator over the ILayoutSlide elements |
getByType(type: SlideLayoutType) → ILayoutSlide |