|
|||||||||
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 class Picture
Represents the picture in a presentation.
Constructor Summary | |
---|---|
Picture(Presentation parent,
java.io.InputStream stream)
This constructor gets a source stream from which the contents of the Picture are read. |
|
Picture(Presentation parent,
PPImage src)
This constructor gets another picture as a source. |
Method Summary | |
---|---|
int |
getPictureId()
Returns the unique Id of a picture. |
Methods inherited from class com.aspose.slides.PPImage |
---|
getHeight, getImage, getImageFormat, getParent, getRenderedImage, getRenderedImage, getTransparentColor, getWidth, setTransparentColor, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Picture(Presentation parent, java.io.InputStream stream) throws PptImageException
parent
- the parent presentation.stream
- the input stream.
PptImageException
public Picture(Presentation parent, PPImage src) throws PptImageException
parent
- the parent presentation.src
- source picture
PptImageException
Method Detail |
---|
public int getPictureId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |