GlobalLayoutSlideCollection
Översikt
GlobalLayoutSlideCollection är en klass i Aspose.Slides FOSS för Java. ärvt från: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Representerar en samling av alla layoutslider i presentationen.
Denna klass ger 12 metoder för att arbeta med GlobalLayoutSlideCollection objekt i Java-program. Tillgängliga metoder inkluderar: GlobalLayoutSlideCollection, LayoutSlideCollection, add, asICollection, asIEnumerable, asILayoutSlideCollection, get, getByType, initInternal, iterator, size. Alla offentliga medlemmar är tillgängliga för alla Java-applikationer efter att ha installerat Aspose.Slides FOSS för Java paket.
Metoder
| Signature | Beskrivning |
|---|---|
GlobalLayoutSlideCollection() | Skapar en tom GlobalLayoutSlideCollection. |
GlobalLayoutSlideCollection(layouts: List<ILayoutSlide>) | Skapa en GlobalLayoutSlideCollection med de angivna layouten. |
initInternal(layouts: List<ILayoutSlide>) | Internal initialization med en lista över alla layout slides. |
add(layout: ILayoutSlide) | Lägg till en layout slide i samlingen. |
asILayoutSlideCollection() → ILayoutSlideCollection | Återställ denna samling som en {@link ILayoutSlideCollection}. |
LayoutSlideCollection() | Skapar en tom LayoutSlideCollection. |
get(index: int) → ILayoutSlide | |
size() → int | |
asICollection() → List<ILayoutSlide> | |
asIEnumerable() → Iterable<ILayoutSlide> | |
iterator() → Iterator<ILayoutSlide> | |
getByType(type: SlideLayoutType) → ILayoutSlide |