|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageCollection
Represents collection of PPImage.
Method Summary | |
---|---|
IPPImage |
addImage(java.awt.image.BufferedImage image)
Add an image to a presentation. |
IPPImage |
addImage(byte[] buffer)
|
IPPImage |
addImage(java.io.InputStream stream)
Add an image to a presentation from stream. |
IPPImage |
addImage(IPPImage imageSource)
Adds a copy of an image from an another presentation. |
IPPImage |
get_Item(int index)
|
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IPPImage get_Item(int index)
IPPImage addImage(java.awt.image.BufferedImage image)
Add an image to a presentation.
image
- Image to add.
IPPImage addImage(java.io.InputStream stream)
Add an image to a presentation from stream.
stream
- Stream to add image from.
IPPImage addImage(byte[] buffer)
IPPImage addImage(IPPImage imageSource)
Adds a copy of an image from an another presentation.
imageSource
- Source image.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |