|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureBullets
public final class PictureBullets
Represents the collection of PictureBullets in a presentation.
Method Summary | |
---|---|
short |
add(PictureBullet pictureBullet)
Adds a PictureBullet to the end of a collection. |
PictureBullet |
get(int index)
Gets the element at the specified index. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
int |
size()
Returns the number of elements in the collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public PictureBullet get(int index)
index
- index of element to return.
public short add(PictureBullet pictureBullet)
pictureBullet
- The PictureBullet to be added to the end of the collection.
public java.util.Iterator iterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |