|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PPImage
com.aspose.slides.Picture
public final class Picture
Represents a picture in a presentation.
Constructor Summary | |
---|---|
Picture(Presentation parent,
java.awt.image.BufferedImage bitmap)
This constructor gets an Image source. |
|
Picture(Presentation parent,
java.io.InputStream stream)
|
|
Picture(Presentation parent,
java.lang.String file)
This constructor gets a source file path from which the contents of a Picture are read. |
Method Summary | |
---|---|
int |
getPictureId()
Returns unique ID of the picture. |
Methods inherited from class com.aspose.slides.PPImage |
---|
getImage, getImageFormat, getParent, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Picture(Presentation parent, java.awt.image.BufferedImage bitmap)
This constructor gets an Image source.
parent
- Parent presentation.bitmap
- Source image.public Picture(Presentation parent, java.io.InputStream stream)
public Picture(Presentation parent, java.lang.String file)
This constructor gets a source file path from which the contents of a Picture are read.
parent
- Parent presentation.file
- Input file.Method Detail |
---|
public int getPictureId()
Returns unique ID of the picture.
Read-only int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |