com.lowagie.tools.arguments
public class PageTableModel extends AbstractTableModel
| Field Summary | |
|---|---|
| DecimalFormat | myFormatter |
| int | numberOfPages |
| PdfReader | reader |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| PageTableModel(String filename) | |
| Method Summary | |
|---|---|
| int | getColumnCount()
Returns the number of columns in the model.
|
| String | getColumnName(int column) |
| int | getRowCount()
Returns the number of rows in the model.
|
| Object | getValueAt(int rowIndex, int columnIndex)
Returns the value for the cell at columnIndex and
rowIndex.
|
Returns: the number of columns in the model
Returns: the number of rows in the model
columnIndex and
rowIndex.
Parameters: rowIndex the row whose value is to be queried columnIndex the column whose value is to be queried
Returns: the value Object at the specified cell