|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.slides.Slides
public final class Slides
Represents the collection of a slides.
| Method Summary | |
|---|---|
Slide |
get(int index)
Returns the element at the specified index. |
int |
getLastSlidePosition()
Returns the position of the last slide in a presentation. |
void |
remove(Slide value)
Removes the first occurrence of a specific object from the collection. |
void |
removeAt(int index)
Removes the element at the specified index of the collection. |
int |
size()
Returns the number of elements in the collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int size()
public Slide get(int index)
index - index of element to return.
public void remove(Slide value)
throws PptPropertyException
value - the Slide to remove from the collection.
PptPropertyException
public void removeAt(int index)
throws PptPropertyException
index - the zero-based index of the element to remove.
PptPropertyExceptionpublic int getLastSlidePosition()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||