IImageCollection

General

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

Representa una col·lecció d’imatges en una presentació.

Mètodes

SignatureDescription
size()intReturns the number of images in the collection.
get(index: int)IPPImageGets the image at the specified index.
addImage(image: IImage)IPPImageAdds an image to the collection from an {@link IImage}.
addImage(imageData: byte[])IPPImageAdds an image to the collection from raw byte data.
addImage(stream: InputStream)IPPImageAdds an image to the collection from an input stream.
asICollection()List<IPPImage>Returns this collection as an unmodifiable {@link List}.
asIEnumerable()Iterable<IPPImage>Returns this collection as an {@link Iterable}.
 Català