|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.MasterSlidesEx
public final class MasterSlidesEx
Represents a collection of master slides.
Method Summary | |
---|---|
int |
addClone(MasterSlideEx slide)
Adds a copy of a specified slide to the end of the collection. |
MasterSlideEx |
get(int index)
Returns an element at the specified index. |
void |
insertClone(int index,
MasterSlideEx slide)
Inserts a copy of a specified slide to specified position of the collection. |
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 |
---|
public int size()
public MasterSlideEx get(int index)
index
- index of an element to return.
MasterSlideEx
.public void remove(MasterSlideEx value)
value
- The master slide to remove from a collection.public int addClone(MasterSlideEx slide)
slide
- Slide to clone.
public void insertClone(int index, MasterSlideEx slide)
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |