Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableCell

Packages that use OdfTableCell
org.odftoolkit.odfdom.doc.table 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 OdfTableCell
 OdfTableCell OdfTableRow.getCellByIndex(int index)
          Deprecated. Get a cell with a specific index.
 OdfTableCell OdfTableColumn.getCellByIndex(int index)
          Deprecated. Get a cell with a specific index.
 OdfTableCell OdfTableCellRange.getCellByPosition(int clmIndex, int rowIndex)
          Deprecated. Returns a single cell that is positioned at specified column and row.
 OdfTableCell OdfTable.getCellByPosition(int colIndex, int rowIndex)
          Deprecated. Return a single cell that is positioned at the specified column and row.
 OdfTableCell OdfTableCellRange.getCellByPosition(String address)
          Deprecated. Returns a single cell that is positioned at specified cell address.
 OdfTableCell OdfTable.getCellByPosition(String address)
          Deprecated. Return a single cell that is positioned at the specified cell address.
static OdfTableCell OdfTableCell.getInstance(TableTableCellElementBase cellElement)
          Deprecated. Get the OdfTableCell instance from the TableTableCellElementBase instance.
 OdfTableCell OdfTableCell.getOwnerTableCell()
          Deprecated. Get the cell that covers this cell.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.