LayoutSlideCollection
General
LayoutSlideCollection is a class in Aspose.Slides FOSS for Java.
Inherits from: ILayoutSlideCollection.
LayoutSlideCollection és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ILayoutSlideCollection⌒ .
Representa una col·lecció de diapositives.
Mètodes
| Signature | Description |
|---|---|
LayoutSlideCollection() | Creates an empty LayoutSlideCollection. |
LayoutSlideCollection(layouts: List<ILayoutSlide>) | Creates a LayoutSlideCollection with the given layouts. |
get(index: int) → ILayoutSlide | Returns the ILayoutSlide at the specified zero‑based index |
size() → int | |
asICollection() → List<ILayoutSlide> | Returns the layouts as a java.util.List of ILayoutSlide |
asIEnumerable() → Iterable<ILayoutSlide> | Returns the layouts as an Iterable of ILayoutSlide |
iterator() → Iterator<ILayoutSlide> | Returns an Iterator to traverse the ILayoutSlide elements |
getByType(type: SlideLayoutType) → ILayoutSlide | Returns the first ILayoutSlide matching the given SlideLayoutType |