com.aspose.slides
Class Picture

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

public class Picture
extends PPImage

Represents the picture in a presentation.


Method Summary
 int getPictureId()
          Returns the unique Id of a picture.
 
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
 

Method Detail

getPictureId

public int getPictureId()
Returns the unique Id of a picture.

Returns:
The picture Id.