IGlobalLayoutSlideCollection
General
IGlobalLayoutSlideCollection és una interfície en Aspose.Slides FOSS per Java.
Representa una col·lecció de totes les diapositives d’una presentació.
Mètodes
| Signature | Description |
|---|---|
asILayoutSlideCollection() → ILayoutSlideCollection | Returns this collection as an {@link ILayoutSlideCollection}. |
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. |
asILayoutSlideCollection() → ILayoutSlideCollection | Returns this collection as an {@link ILayoutSlideCollection}. |