IGlobalLayoutSlideCollection

IGlobalLayoutSlideCollection

Oversigt over de forskellige former for støtte

IGlobalLayoutSlideCollection er en grænseflade i Aspose.Slides FOSS for Java.

Repræsenter en samling af alle layout-slides i en præsentation.

Metoder til at anvende

SignatureDescription
asILayoutSlideCollection()ILayoutSlideCollectionReturns this collection as an {@link ILayoutSlideCollection}.
get(index: int)ILayoutSlideReturns the layout slide at the given index.
size()intReturns 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)ILayoutSlideReturns the first layout slide with the specified type.
 Dansk