com.aspose.slides
Class ImagesEx

java.lang.Object
  extended by com.aspose.slides.ImagesEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable<ImageEx>, java.lang.Iterable<ImageEx>
Direct Known Subclasses:
ImageExCollection

Deprecated.

@Deprecated
public class ImagesEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable<ImageEx>

Summary description for ImagesEx.


Method Summary
 ImageEx addImage(java.awt.image.BufferedImage image)
          Deprecated.  Add an image to a presentation.
 ImageEx addImage(ImageEx image)
          Deprecated.  Adds a copy of an image from an another presentation.
 ImageEx addImage(java.io.InputStream stream)
          Deprecated.  
 ImageEx get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Returns a number of images in the collection.
 com.aspose.ms.System.Collections.IEnumerator<ImageEx> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Returns a number of images in the collection.


get_Item

public ImageEx get_Item(int index)
Deprecated. 

Gets the element at the specified index. Read-only ImageEx.


addImage

public ImageEx addImage(ImageEx image)
Deprecated. 

Adds a copy of an image from an another presentation.

Parameters:
image - Source image.
Returns:
Added image.

addImage

public ImageEx addImage(java.awt.image.BufferedImage image)
Deprecated. 

Add an image to a presentation.

Parameters:
image - Image to add.


This method converts WMF/EMF metafiles to raster PNG image before inserting to a presentation.

Returns:
Added image.

addImage

public ImageEx addImage(java.io.InputStream stream)
Deprecated. 

iterator

public com.aspose.ms.System.Collections.IEnumerator<ImageEx> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<ImageEx>
Specified by:
iterator in interface java.lang.Iterable<ImageEx>
Returns:
An IEnumerator for the entire collection.