Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableCell
Packages that use OdfTableCell
Package
Description
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
-
Uses of OdfTableCell in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return OdfTableCellModifier and TypeMethodDescriptionOdfTableColumn.getCellByIndex(int index) Get a cell with a specific index.OdfTableRow.getCellByIndex(int index) Get a cell with a specific index.OdfTable.getCellByPosition(int colIndex, int rowIndex) Return a single cell that is positioned at the specified column and row.OdfTable.getCellByPosition(String address) Return a single cell that is positioned at the specified cell address.OdfTableCellRange.getCellByPosition(int clmIndex, int rowIndex) Returns a single cell that is positioned at specified column and row.OdfTableCellRange.getCellByPosition(String address) Returns a single cell that is positioned at specified cell address.static OdfTableCellOdfTableCell.getInstance(TableTableCellElementBase cellElement) Get theOdfTableCellinstance from theTableTableCellElementBaseinstance.OdfTableCell.getOwnerTableCell()Get the cell that covers this cell.