|
|||||||||
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( 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( 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.
public void removeat(int index)
index
- the zero-based index of the element to remove.
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 |