ImageCollection

ImageCollection — Aspose.Slides FOSS Java API Reference

ImageCollection — Represents a collection of images in a presentation. Inherits from: IImageCollection.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
initInternal(OpcPackage opcPackage)voidInternal initialization — scans the package for all images in ppt/media/.
addImage(IImage image)IPPImage
addImage(byte[] imageData)IPPImage
addImage(InputStream stream)IPPImage
get(int index)IPPImage
size()int
asICollection()List<IPPImage>
asIEnumerable()Iterable<IPPImage>
iterator()Iterator<IPPImage>
findNextImageNumber()intFinds the next available image number in ppt/media/.

See Also