IMasterSlideCollection

IMasterSlideCollection

General

IMasterSlideCollection és una interfície en Aspose.Slides FOSS per Java.

Representa una col·lecció de diapositives màsters.

Mètodes

SignatureDescription
size()intReturns the number of master slides in the collection.
get(index: int)IMasterSlideReturns the master slide at the given index.
asICollection()List<IMasterSlide>Returns this collection as an unmodifiable {@link List}.
asIEnumerable()Iterable<IMasterSlide>Returns this collection as an {@link Iterable}.
addClone(sourceMaster: IMasterSlide)IMasterSlideAdds a clone of the specified master slide to the collection.
 Català