|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.slides.Pictures
public final class Pictures
Represents the collection of a Pictures.
| Method Summary | |
|---|---|
int |
add(Picture picture)
Adds the picture at the end of this collection. |
Picture |
get(int index)
Returns the element at the specified index. |
Picture |
getPictureById(int id)
Returns the Picture by its Id. |
int |
size()
Returns the number of elements in this collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int size()
public Picture get(int index)
index - index of element to return.
public Picture getPictureById(int id)
id - picture's Id.
null if picture was not found.public int add(Picture picture)
picture - the Picture to be added at the end of this collection.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||