ImageCollection

General

ImageCollection is a class in Aspose.Slides FOSS for Java. Inherits from: IImageCollection.

ImageCollection és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IImageCollection⌒ .

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

Mètodes

SignatureDescription
ImageCollection(pkg: OpcPackage)Creates an image collection backed by the given OPC package.
ImageCollection()Creates an uninitialized image collection.
initInternal(opcPackage: OpcPackage)Internal initialization — scans the package for all images in {@code ppt/media/}.
addImage(image: IImage)IPPImageAdds image data from a byte array to the collection and returns the IPPImage
addImage(imageData: byte[])IPPImage
addImage(stream: InputStream)IPPImage
get(index: int)IPPImageReturns the IPPImage at the specified index
size()int
asICollection()List<IPPImage>Returns a List view of the IPPImage collection
asIEnumerable()Iterable<IPPImage>
iterator()Iterator<IPPImage>Returns an Iterator over the IPPImage elements
findNextImageNumber()intFinds the next available image number in {@code ppt/media/}.
 Català