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 .


Method Summary
 int add(ISection section)
          Adds a section to end of document.
 Section get(int index)
          Gets the Section at 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 Section at the specified index.

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