|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureBullets
@Deprecated public class PictureBullets
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 |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
public PictureBullet get_Item(int index)
Gets the element at the specified index.
public short add(PictureBullet pictureBullet)
Adds a PictureBullet to the end of a collection.
pictureBullet
- The PictureBullet to be added to the end of the collection.
public com.aspose.ms.System.Collections.IEnumerator<PictureBullet> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |