Holger's
Java API

Uses of Class
com.antelmann.util.Direction

Packages that use Direction
com.antelmann.ooffice The classes in this package are to be used in conjunction with OpenOffice. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of Direction in com.antelmann.ooffice
 

Methods in com.antelmann.ooffice with parameters of type Direction
 void OOCalc.insert(int sheet, Rectangle cellRange, Direction moveDirection)
           
 void OOCalc.insert(com.sun.star.table.XCellRange range, Direction moveDirection)
           
 Cell OOTableWriter.relativeMove(com.sun.star.table.XCell cell, Direction direction, int amount)
          supported directions are get2Dimensionals()
 Cell OOCalc.relativeMove(com.sun.star.table.XCell cell, Direction direction, int count)
           
 void OOCalc.remove(int sheet, Rectangle cellRange, Direction moveDirection)
           
 void OOCalc.remove(com.sun.star.table.XCellRange range, Direction moveDirection)
           
 

Uses of Direction in com.antelmann.util
 

Methods in com.antelmann.util that return Direction
static Direction[] Direction.get2Dimensionals()
           
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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