GlobalLayoutSlideCollection
Oversigt over de forskellige former for støtte
GlobalLayoutSlideCollection er en klasse i Aspose.Slides FOSS for Java. Arvelige af: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Repræsenterede en samling af alle layout-slides i præsentationen.
Metoder til at anvende
| Underskrift | Beskrivelse: |
|---|---|
GlobalLayoutSlideCollection() | Opretter et tomt GlobalLayoutSlideCollection. |
GlobalLayoutSlideCollection(layouts: List<ILayoutSlide>) | Opretter en GlobalLayoutSlideCollection med de angivne layouts. |
initInternal(layouts: List<ILayoutSlide>) | Interne initialisering med en liste over alle layout-slides. |
add(layout: ILayoutSlide) | Tilføj en layout-slide til samlingen. |
asILayoutSlideCollection() → ILayoutSlideCollection | Returnerer denne samling som et {@link ILayoutSlideCollection}. |