Package chemaxon.office.jchemoffice
Interface ITableCell
Interface for accessing and modifying table cell data and formatting.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the column index of the cellgetData()Returns the data content of the given cellReturns the format of the given cellReturns the parent model of the cell to make the root level settings available at cell level.intReturns the Row Index of the cell
-
Method Details
-
getFormat
ICellFormat getFormat()Returns the format of the given cell- Returns:
- Format of the cell
-
getData
ICellData getData()Returns the data content of the given cell- Returns:
- Data of the cell
-
getParent
ITableModel getParent()Returns the parent model of the cell to make the root level settings available at cell level.- Returns:
- ITableModel
-
getRowIndex
int getRowIndex()Returns the Row Index of the cell- Returns:
- Row position of the cell
-
getColumnIndex
int getColumnIndex()Returns the column index of the cell- Returns:
- Column position of the cell
-