|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWSectionCollection
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 |
---|
Section get(int index)
index
- index
int add(ISection section)
section
- The ISection.
int indexOf(ISection section)
section
- The ISection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |