writer2latex.office
public class TableView extends Object
TableRange. A view provides
read access to the range using a simple grid model.
| Constructor Summary | |
|---|---|
| TableView(TableReader reader, TableRange range) | |
| Method Summary | |
|---|---|
| Element | getCell(int nRow, int nCol) |
| String | getCellStyleName(int nRow, int nCol) |
| String | getCellWidth(int nRow, int nCol) |
| TableLine | getCol(int nCol) |
| int | getColCount() |
| int | getColSpan(int nRow, int nCol) |
| String | getColumnWidth(int nCol) |
| String | getRelColumnWidth(int nCol) |
| String | getRelTableWidth() |
| TableLine | getRow(int nRow) |
| int | getRowCount() |
| int | getRowSpan(int nRow, int nCol) |