Holger's
Java API

Uses of Class
com.antelmann.ooffice.Cell

Packages that use Cell
com.antelmann.ooffice The classes in this package are to be used in conjunction with OpenOffice. 
 

Uses of Cell in com.antelmann.ooffice
 

Methods in com.antelmann.ooffice that return Cell
 Cell OOCalc.getCell(int sheetNo, int row, int column)
           
 Cell OOCalc.getCell(int sheet, String name)
           
 Cell OOCalc.getCell(String namedRange)
           
 Cell OOTableWriter.getCell(String tableName, int row, int column)
           
 Cell OOCalc.getCell(String sheet, int row, int column)
           
 Cell OOTableWriter.getCell(String tableName, String cellName)
           
 Cell OOCalc.getCell(String sheet, String name)
           
 Cell OOTableWriter.getCellForBookmark(String bookmark)
           
 Cell OOTableWriter.getCellForCursor(com.sun.star.text.XTextCursor cursor)
           
 Cell OOCalc.getFirstCell(int sheetNo, String cellRangeName)
          returns the upper-left corner cell for the given range
 Cell OOCalc.getFirstCell(String sheet, String cellRangeName)
          returns the upper-left corner cell for the given range
 Cell OOCalc.getFirstSelectedCell()
           
 Cell OOCalc.getLastCellForRange(int sheetNo, int startRow, int startColumn, int endRow, int endColumn)
           
 Cell OOCalc.getLastCellForRange(com.sun.star.sheet.XSpreadsheet sheet, com.sun.star.table.XCellRange range)
           
 Cell OOTableWriter.mergeWithRightCell(com.sun.star.table.XCell cell)
          merges the given cell with the one to its right.
 Cell OOTableWriter.relativeMove(com.sun.star.table.XCell cell, Direction direction, int amount)
          supported directions are Direction.get2Dimensionals()
 Cell OOCalc.relativeMove(com.sun.star.table.XCell cell, Direction direction, int count)
           
 Cell OOCalc.relativeMove(com.sun.star.table.XCell cell, int xOffset, int yOffset)
           
 Cell Cell.Location.toCell(OOCalc calc)
           
 Cell Cell.Location.toCell(OOTableWriter tw)
           
 Cell Cell.Location.toCell(OOWriter writer)
           
 

Methods in com.antelmann.ooffice that return types with arguments of type Cell
 Iterator<Cell> OOCalc.findTextCells(int sheet, Filter<? super Cell> filter)
           
 Iterator<Cell> OOCalc.iterateSelection()
           
 ArrayList<Cell> OOCalc.listCells(com.sun.star.table.XCellRange range)
           
 

Methods in com.antelmann.ooffice with parameters of type Cell
 Date OOCalc.getCellDate(Cell cell)
          allows to interpret the contents of the given cell as a Date
 

Method parameters in com.antelmann.ooffice with type arguments of type Cell
 Iterator<Cell> OOCalc.findTextCells(int sheet, Filter<? super Cell> filter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads