Modifier and Type | Method and Description |
---|---|
Table |
TableField.getParentTable()
Gets the parent of the
TableField object. |
Table |
View.getTable()
Gets a 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)
Adds the specified item to this collection.
|
boolean |
TableCollection.contains(Table item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
TableCollection.copyTo(Table[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
boolean |
TableCollection.remove(Table item)
Removes the first occurrence of a specific object from this collection.
|
void |
View.setTable(Table value)
Sets a table of the single view.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.