|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.MasterSlideList
public class MasterSlideList
Represents a collection of master slides.
Constructor Summary | |
---|---|
MasterSlideList(PresentationPptx presentation)
|
Method Summary | |
---|---|
int |
appendSlide(IMasterSlide slide)
Adds a new master slide to the end of the collection. |
void |
cleanupDesigns()
Removes unused master slides. |
IMasterSlide |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
void |
insertSlide(int index,
IMasterSlide slide)
Inserts a new master slide to specified position of the collection. |
void |
remove(IMasterSlide 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. |
Constructor Detail |
---|
public MasterSlideList(PresentationPptx presentation)
Method Detail |
---|
public int getCount()
public IMasterSlide get(int index)
index
-
public void remove(IMasterSlide value)
value
- The master slide to remove from the collection.
PptEditException
public void removeAt(int index)
index
- The zero-based index of the element to remove.
PptEditException
public void cleanupDesigns()
public int appendSlide(IMasterSlide slide)
slide
-
java.lang.Exception
public void insertSlide(int index, IMasterSlide slide)
index
- Index of new slide.slide
- Master slide.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |