masterslidelist-ag凯发旗舰厅



com.spire.presentation.collections
class masterslidelist

java.lang.object
  extended by com.spire.presentation.collections.masterslidelist
direct known subclasses:
masterslidecollection

public class masterslidelist
extends java.lang.object

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

masterslidelist

public masterslidelist( presentation)
method detail

getcount

public int getcount()
gets the number of elements actually contained in the collection. read-only .
returns:

get

public imasterslide get(int index)
gets the element at the specified index. read-only .
parameters:
index -
returns:

remove

public void remove(imasterslide value)
removes the first occurrence of a specific object from the collection.
parameters:
value - the master slide to remove from the collection.
throws:

removeat

public void removeat(int index)
removes the element at the specified index of the collection.
parameters:
index - the zero-based index of the element to remove.
throws:

cleanupdesigns

public void cleanupdesigns()
removes unused master slides.

appendslide

public int appendslide(imasterslide slide)
adds a new master slide to the end of the collection.
parameters:
slide -
returns:
throws:
java.lang.exception

insertslide

public void insertslide(int index,
                        imasterslide slide)
inserts a new master slide to specified position of the collection.
parameters:
index - index of new slide.
slide - master slide.
throws:
java.lang.exception


网站地图