|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableCollection
Represents a collection of ITable
.
Method Summary | |
---|---|
int |
add(ITable table)
Adds a table to end of text body. |
boolean |
contains(ITable table)
Determines whether the ITableCollection contains a specific value. |
Table |
get(int index)
Gets the ITable at the specified index. |
int |
indexOf(ITable table)
Determines the index of a specific item in the collection. |
Methods inherited from interface com.spire.doc.interfaces.ICollectionBase |
---|
getCount |
Method Detail |
---|
Table get(int index)
ITable
at the specified index.
get
in interface IDocumentObjectCollection
index
- The index
int add(ITable table)
table
- the table.
int indexOf(ITable table)
table
- the table.
boolean contains(ITable table)
ITableCollection
contains a specific value.
table
- the table.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |