com.aspose.slides
Class MasterSlidesEx

java.lang.Object
  extended by com.aspose.slides.MasterSlidesEx

public final class MasterSlidesEx
extends java.lang.Object

Represents a collection of master slides.


Method Summary
 MasterSlideEx get(int index)
          Returns an element at the specified index.
 java.util.Iterator iterator()
          Returns an iterator for the entire collection.
 void remove(MasterSlideEx value)
          Removes the first occurrence of a specified object from a collection.
 int size()
          Returns the number of elements actually contained in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of elements actually contained in a collection.


get

public MasterSlideEx get(int index)
Returns an element at the specified index.

Parameters:
index - index of an element to return.
Returns:
See MasterSlideEx.

remove

public void remove(MasterSlideEx value)
Removes the first occurrence of a specified object from a collection.

Parameters:
value - The master slide to remove from a collection.

iterator

public java.util.Iterator iterator()
Returns an iterator for the entire collection.