Uses of Class
com.acesoft.aceoffix.wordreader.Cell

Packages that use Cell
com.acesoft.aceoffix.wordreader   
 

Uses of Cell in com.acesoft.aceoffix.wordreader
 

Methods in com.acesoft.aceoffix.wordreader that return Cell
 Cell Table.openCellRC(int row, int col)
          Opens the specified cell and returns a Cell object.
 

Methods in com.acesoft.aceoffix.wordreader that return types with arguments of type Cell
 java.util.ArrayList<Cell> Table.getCells()
          Gets the Cell collection in the current Table.