public class PageTableAreaCell extends Object
PageTableArea
class.Constructor and Description |
---|
PageTableAreaCell(int rowIndex,
int columnIndex,
PageArea pageArea)
Initializes a new instance of the
PageTableAreaCell class. |
PageTableAreaCell(int rowIndex,
int columnIndex,
PageArea pageArea,
int rowSpan,
int columnSpan)
Initializes a new instance of the
PageTableAreaCell class. |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Gets the column index.
|
int |
getColumnSpan()
Gets the total number of columns that contain the table cell.
|
PageArea |
getPageArea()
Gets the table cell value.
|
int |
getRowIndex()
Gets the row index.
|
int |
getRowSpan()
Gets the total number of rows that contain the table cell.
|
String |
getText()
Gets the table cell text value.
|
public PageTableAreaCell(int rowIndex, int columnIndex, PageArea pageArea)
PageTableAreaCell
class.rowIndex
- The zero-based index of the row.columnIndex
- The zero-based index of the column.pageArea
- The value of the table cell.public PageTableAreaCell(int rowIndex, int columnIndex, PageArea pageArea, int rowSpan, int columnSpan)
PageTableAreaCell
class.rowIndex
- The zero-based index of the row.columnIndex
- The zero-based index of the column.pageArea
- The value of the table cell.rowSpan
- The total number of rows that contain the table cell.columnSpan
- The total number of columns that contain the table cell.public int getRowIndex()
public int getColumnIndex()
public int getRowSpan()
public int getColumnSpan()
public PageArea getPageArea()
public String getText()
null
if cell doesn't contain a text value.