com.spire.presentation.collections
Class EmbedImageList

java.lang.Object
  extended by com.spire.presentation.collections.EmbedImageList
All Implemented Interfaces:
com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
Direct Known Subclasses:
ImageCollection

public class EmbedImageList
extends java.lang.Object
implements com.spire.ms.System.Collections.IEnumerable

Summary description for Images.


Constructor Summary
EmbedImageList(PresentationPptx parent)
           
 
Method Summary
 IImageData append(java.awt.image.BufferedImage patternImage)
          Append a patternimage.
 ImageData append(IImageData embedImage)
          Adds a copy of an image from an another presentation.
 IImageData get(int index)
          Gets the element at the specified index.
 int getCount()
          Gets a number of images in the collection.
 com.spire.ms.System.Collections.IEnumerator iterator()
          Gets an enumerator for the entire collection.
 

Constructor Detail

EmbedImageList

public EmbedImageList(PresentationPptx parent)
Method Detail

getCount

public int getCount()
Gets a number of images in the collection.

Returns:

get

public IImageData get(int index)
Gets the element at the specified index. Read-only .

Parameters:
index -
Returns:

append

public ImageData append(IImageData embedImage)
Adds a copy of an image from an another presentation.

Parameters:
embedImage -
Returns:
Throws:
java.lang.Exception

iterator

public com.spire.ms.System.Collections.IEnumerator iterator()
Gets an enumerator for the entire collection.

Returns:

append

public IImageData append(java.awt.image.BufferedImage patternImage)
Append a patternimage.

Parameters:
patternImage -
Returns: