com.aspose.slides
Class PictureBulletCollection

java.lang.Object
  extended by com.aspose.slides.PictureBullets
      extended by com.aspose.slides.PictureBulletCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<PictureBullet>, com.aspose.ms.System.Collections.IEnumerable<PictureBullet>, java.lang.Iterable<PictureBullet>

public class PictureBulletCollection
extends PictureBullets
implements com.aspose.ms.System.Collections.ICollection<PictureBullet>

Represents a collection of a Pictures.


Method Summary
 short add(PictureBullet pictureBullet)
           Adds a PictureBullet to the end of a collection.
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 PictureBullet get_Item(int index)
           Gets the element at the specified index.
 int getCount()
           Gets the number of elements actually contained in the collection.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 com.aspose.ms.System.Collections.IEnumerator<PictureBullet> iterator()
           Returns an enumerator for the entire collection.
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>

getCount

public int getCount()
Description copied from class: PictureBullets

Gets the number of elements actually contained in the collection.

Overrides:
getCount in class PictureBullets

get_Item

public PictureBullet get_Item(int index)
Description copied from class: PictureBullets

Gets the element at the specified index.

Overrides:
get_Item in class PictureBullets

add

public short add(PictureBullet pictureBullet)
Description copied from class: PictureBullets

Adds a PictureBullet to the end of a collection.

Overrides:
add in class PictureBullets
Parameters:
pictureBullet - The PictureBullet to be added to the end of the collection.
Returns:

iterator

public com.aspose.ms.System.Collections.IEnumerator<PictureBullet> iterator()
Description copied from class: PictureBullets

Returns an enumerator for the entire collection.

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