|
|||||||||
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)
Add a PictureBullet at the end of a collection. |
PictureBullet |
get(int index)
Gets the element at the specified index. |
java.util.Iterator |
iterator()
Returns an iterator for a collection. |
int |
size()
Returns the number of elements in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, 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
- PictureBullet to be added at the end of a collection.
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |