com.aspose.slides
Class Pictures

java.lang.Object
  extended by com.aspose.slides.Pictures
Direct Known Subclasses:
PictureCollection

Deprecated.

@Deprecated
public class Pictures
extends java.lang.Object

Represents a collection of a Pictures.


Method Summary
 int add(Picture picture)
          Deprecated.  Adds a Picture to the end of a collection.
 Picture get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Gets the number of elements actually contained in the collection.
 Picture getPictureById(int id)
          Deprecated.  Returns the Picture by its Id.
 com.aspose.ms.System.Collections.IEnumerator<Picture> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
static void replaceInShapes(Picture src, Picture dst)
          Deprecated.  Replace picture in all shapes with another picture by replacing identifiers.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public Picture get_Item(int index)
Deprecated. 

Gets the element at the specified index.


getPictureById

public Picture getPictureById(int id)
Deprecated. 

Returns the Picture by its Id.

Parameters:
id - Picture's Id.
Returns:
Aspose.Slides.Picture object or <b>null</b> if Picture not found.

add

public int add(Picture picture)
Deprecated. 

Adds a Picture to the end of a collection.

Parameters:
picture - The Picture to be added to the end of the collection.
Returns:

replaceInShapes

public static void replaceInShapes(Picture src,
                                   Picture dst)
Deprecated. 

Replace picture in all shapes with another picture by replacing identifiers.

Parameters:
src - The picture which should be replaced in all shapes.
dst - The picture which should be used in all shapes after replacement.

iterator

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

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.