IGlobalLayoutSlideCollection

IGlobalLayoutSlideCollection

Общ преглед

IGlobalLayoutSlideCollection е интерфейс в Aspose.Slides FOSS за Java.

Представя колекция от всички слайдове за оформление в презентацията.

Методи за изчисляване на данните

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.
 Български