|
|||||||||
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 a collection of a slides.
Method Summary | |
---|---|
Slide |
get(int index)
Gets the element at the specified index. |
int |
getLastSlidePosition()
Returns the position of the last slide in a presentation. |
java.util.Iterator |
iterator()
Returns an enumerator for the entire collection. |
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()
Gets the number of elements actually contained 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)
public void remove(Slide value)
value
- - The Slide to remove from the collection.public void removeAt(int index)
index
- - The zero-based index of the element to remove.public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable<Slide>
public int getLastSlidePosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |