com.aspose.slides
Class PictureBullets

java.lang.Object
  extended by com.aspose.slides.PictureBullets
Direct Known Subclasses:
PictureBulletCollection

Deprecated.

@Deprecated
public class PictureBullets
extends java.lang.Object

Represents a collection of a Pictures.


Method Summary
 short add(PictureBullet pictureBullet)
          Deprecated.  Adds a PictureBullet to the end of a collection.
 PictureBullet 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.
 com.aspose.ms.System.Collections.IEnumerator<PictureBullet> 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. 

Gets the number of elements actually contained in the collection.


get_Item

public PictureBullet get_Item(int index)
Deprecated. 

Gets the element at the specified index.


add

public short add(PictureBullet pictureBullet)
Deprecated. 

Adds a PictureBullet to the end of a collection.

Parameters:
pictureBullet - The PictureBullet to be added to the end of the collection.
Returns:

iterator

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

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.