com.aspose.slides.pptx
Class ImagesEx

java.lang.Object
  extended by com.aspose.slides.pptx.ImagesEx

public class ImagesEx
extends java.lang.Object

Represents images in a presentation.


Method Summary
 ImageEx addImage(ImageEx image)
          Adds a copy of an image from an another presentation.
 ImageEx addImage(java.awt.image.RenderedImage image)
          Adds an image.
 ImageEx get(int index)
          Gets the element at the specified index.
 java.util.Iterator getEnumerator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public ImageEx get(int index)
Gets the element at the specified index.

Parameters:
index -

addImage

public ImageEx addImage(ImageEx image)
                 throws java.io.IOException
Adds a copy of an image from an another presentation.

Parameters:
image - Image to Add
Returns:
Added image
Throws:
java.io.IOException

addImage

public ImageEx addImage(java.awt.image.RenderedImage image)
Adds an image.

Parameters:
image - Image to add.
Returns:
Added image.

getEnumerator

public java.util.Iterator getEnumerator()