IMasterLayoutSlideCollection

IMasterLayoutSlideCollection

Übersicht über die

IMasterLayoutSlideCollection ist eine Schnittstelle in Aspose.Slides FOSS für Java.

Darstellt eine Sammlung von Layout-Slides, die zu einer Master-Layide gehören.

SignatureDescription
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.
 Deutsch