MasterLayoutSlideCollection

MasterLayoutSlideCollection

Overview

MasterLayoutSlideCollection är en klass i Aspose.Slides FOSS för Java. ärvt från: LayoutSlideCollection, IMasterLayoutSlideCollection.

IStringChartValue klass (är [PLAKEHOLDER_0}, BaseChartValue) med 2 metoder och 3 egenskaper.

Denna klass ger 9 metoder för att arbeta med MasterLayoutSlideCollection objekt i Java-program. Tillgängliga metoder inkluderar: LayoutSlideCollection, MasterLayoutSlideCollection, asICollection, asIEnumerable, get, getByType, iterator, size. Alla offentliga medlemmar är tillgängliga för alla Java-applikationer efter att ha installerat Aspose.Slides FOSS för Java paket.

Methods

SignatureDescription
MasterLayoutSlideCollection()Skapar en tom MasterLayoutSlideCollection.
MasterLayoutSlideCollection(layouts: List<ILayoutSlide>)Skapa en MasterLayoutSlideCollection med de angivna layouten.
get(index: int)ILayoutSlideReturnerar ILayoutSlide till det angivna nollbaserade indexet
size()int
asICollection()List<ILayoutSlide>
asIEnumerable()Iterable<ILayoutSlide>Returnerar layouten som en Iterable för framåt loops
iterator()Iterator<ILayoutSlide>Ger en iterator över ILayoutSlide element
getByType(type: SlideLayoutType)ILayoutSlideÅterställer den första ILayoutSlide matchande angiven SlideLayoutType
LayoutSlideCollection()Skapar en tom LayoutSlideCollection.

See Also

 Svenska