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