Interface
|
Description
|
TableCell
|
A cell in a table.
|
TableColumn
|
A column in a table.
|
TableException
|
The Exception type thrown when an error is encountered.
|
TableGrid
|
In the Oasis Exchange Table model, a table consists of one or more grids, each of which can have a unique number of rows and columns. In the HTML and Arbortext table models, the grid is the sum of all the table rows and columns. This interface allows operation on those grids.
|
TableMulticell
|
A rectangular array of spanned cells in a table.
|
TableObject
|
The superinterface for TableCell, TableColumn, TableGrid, TableObjectStore, TableRow, TableRule, TableSet, and TableTilePlex.
|
TableObjectStore
|
A collection of TableObjects.
|
TableRectangle
|
A rectangle of contiguous cells.
|
TableRow
|
A row in a table.
|
TableRule
|
A rule in a table.
|
TableSet
|
A collection of one or more TableGrids.
|
TableTilePlex
|
A collection representing a table selection.
|