com.aspose.slides
Class Slides

java.lang.Object
  extended by com.aspose.slides.Slides
Direct Known Subclasses:
SlideCollection

Deprecated.

@Deprecated
public class Slides
extends java.lang.Object

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

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public Slide get_Item(int index)
Deprecated. 

Gets the element at the specified index.


remove

public void remove(Slide value)
Deprecated. 

Removes the first occurrence of a specific object from the collection.

Parameters:
value - The Slide to remove from the collection.

removeAt

public void removeAt(int index)
Deprecated. 

Removes the element at the specified index of the collection.

Parameters:
index - The zero-based index of the element to remove.

iterator

public com.aspose.ms.System.Collections.IEnumerator<Slide> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.

getLastSlidePosition

public int getLastSlidePosition()
Deprecated. 

Returns the position of the last slide in a presentation. Read-only int.