|
||||||||
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.
Constructor Summary | |
---|---|
protected |
Slides()
|
Method Summary | |
---|---|
protected void |
add(int index,
Slide value)
|
protected int |
add(Slide value)
Adds the new slide at the end of the collection. |
protected void |
clear()
Removes all elements from the collection. |
Slide |
get(int index)
Returns the element at the specified index. |
int |
getLastSlidePosition()
Returns the position of the last slide in a presentation. |
protected 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()
Returns the number of elements in the collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Slides()
Method Detail |
---|
public int size()
public Slide get(int index)
index
- index of element to return.
protected int add(Slide value)
value
- the slide to be added at the end of the collection.
protected void add(int index, Slide value)
protected void clear()
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.
PptPropertyException
protected java.util.Iterator iterator()
public int getLastSlidePosition()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |