iwsectioncollection-ag凯发旗舰厅



com.spire.doc.documents
interface iwsectioncollection

all superinterfaces:
icollectionbase, idocumentobjectcollection, java.lang.iterable
all known implementing classes:
sectioncollection

public interface iwsectioncollection
extends idocumentobjectcollection

represents a collection of isection


method summary
 int add(isection section)
          adds a section to end of document.
 section get(int index)
          gets the sectionat the specified index.
 int indexof(isection section)
          returns the zero-based index of the specified section.
 
methods inherited from interface com.spire.doc.interfaces.icollectionbase
getcount
 
method detail

get

section get(int index)
gets the sectionat the specified index.
specified by:
get in interface idocumentobjectcollection
parameters:
index - index
returns:
string

add

int add(isection section)
adds a section to end of document.
parameters:
section - the isection.
returns:
int

indexof

int indexof(isection section)
returns the zero-based index of the specified section.
parameters:
section - the isection.
returns:
int


网站地图