|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureBullets
com.aspose.slides.PictureBulletCollection
public class PictureBulletCollection
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 |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<PictureBullet>
public int getCount()
PictureBullets
Gets the number of elements actually contained in the collection.
getCount
in class PictureBullets
public PictureBullet get_Item(int index)
PictureBullets
Gets the element at the specified index.
get_Item
in class PictureBullets
public short add(PictureBullet pictureBullet)
PictureBullets
Adds a PictureBullet to the end of a collection.
add
in class PictureBullets
pictureBullet
- The PictureBullet to be added to the end of the collection.
public com.aspose.ms.System.Collections.IEnumerator<PictureBullet> iterator()
PictureBullets
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<PictureBullet>
iterator
in interface java.lang.Iterable<PictureBullet>
iterator
in class PictureBullets
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |