Modifier and Type | Method and Description |
---|---|
Table |
TableField.getParentTable()
Gets the parent of the
TableField object. |
Table |
View.getTable()
Gets a Table object representing the table of the single view.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Table> |
TableCollection.iterator() |
List<Table> |
TableCollection.toList()
Converts a table collection to a list of
Table objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
TableCollection.add(Table item) |
boolean |
TableCollection.contains(Table item)
Returns true if this collection contains the specified item.
|
void |
TableCollection.copyTo(Table[] array,
int arrayIndex)
Copies the elements from the specified array to this collection starting from the specified index.
|
boolean |
TableCollection.remove(Table item)
Removes the specified item from this collection.
|
void |
View.setTable(Table value)
Gets a Table object representing the table of the single view.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.