|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Slides
@Deprecated public class Slides
Represents a collection of a slides.
Method Summary | |
---|---|
Slide |
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. |
int |
getLastSlidePosition()
Deprecated. Returns the position of the last slide in a presentation. |
com.aspose.ms.System.Collections.IEnumerator<Slide> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
remove(Slide value)
Deprecated. Removes the first occurrence of a specific object from the collection. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index of the 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 Slide get_Item(int index)
Gets the element at the specified index.
public void remove(Slide value)
Removes the first occurrence of a specific object from the collection.
value
- The Slide to remove from the collection.public void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<Slide> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.public int getLastSlidePosition()
Returns the position of the last slide in a presentation.
Read-only int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |