com.aspose.slides
Class PictureBullet

java.lang.Object
  extended by com.aspose.slides.PPImage
      extended by com.aspose.slides.PictureBullet

public final class PictureBullet
extends PPImage

Represents a picture of extended bullet in a presentation.


Constructor Summary
PictureBullet(Presentation parent, java.awt.image.BufferedImage bitmap)
           This constructor gets an Image source.
PictureBullet(Presentation parent, java.io.InputStream stream)
           
PictureBullet(Presentation parent, java.lang.String file)
           This constructor gets a source file path from which the contents of a Picture are read.
 
Method Summary
 
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

PictureBullet

public PictureBullet(Presentation parent,
                     java.awt.image.BufferedImage bitmap)

This constructor gets an Image source.

Parameters:
parent - Parent presentation.
bitmap - Source image.

PictureBullet

public PictureBullet(Presentation parent,
                     java.io.InputStream stream)

PictureBullet

public PictureBullet(Presentation parent,
                     java.lang.String file)

This constructor gets a source file path from which the contents of a Picture are read.

Parameters:
parent - Parent presentation.
file - Input file.