GlobalLayoutSlideCollection
Overview
GlobalLayoutSlideCollection is a class in Aspose.Slides FOSS for Java.
Inherits from: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Represents a collection of all layout slides in presentation.
This class provides 12 methods for working with GlobalLayoutSlideCollection objects in Java programs.
Available methods include: GlobalLayoutSlideCollection, LayoutSlideCollection, add, asICollection, asIEnumerable, asILayoutSlideCollection, get, getByType, initInternal, iterator, size.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Methods
| Signature | Description |
|---|---|
GlobalLayoutSlideCollection() | Creates an empty GlobalLayoutSlideCollection. |
GlobalLayoutSlideCollection(layouts: List<ILayoutSlide>) | Creates a GlobalLayoutSlideCollection with the given layouts. |
initInternal(layouts: List<ILayoutSlide>) | Internal initialization with a list of all layout slides. |
add(layout: ILayoutSlide) | Adds a layout slide to the collection. |
asILayoutSlideCollection() → ILayoutSlideCollection | Returns this collection as an {@link ILayoutSlideCollection}. |
LayoutSlideCollection() | Creates an empty LayoutSlideCollection. |
get(index: int) → ILayoutSlide | |
size() → int | |
asICollection() → List<ILayoutSlide> | |
asIEnumerable() → Iterable<ILayoutSlide> | |
iterator() → Iterator<ILayoutSlide> | |
getByType(type: SlideLayoutType) → ILayoutSlide |