Holger's
Java API

Uses of Class
com.antelmann.ooffice.SpreadsheetFrame.CellFormat

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

Uses of SpreadsheetFrame.CellFormat in com.antelmann.ooffice
 

Methods in com.antelmann.ooffice that return SpreadsheetFrame.CellFormat
static SpreadsheetFrame.CellFormat SpreadsheetFrame.CellFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpreadsheetFrame.CellFormat[] SpreadsheetFrame.CellFormat.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.antelmann.ooffice with parameters of type SpreadsheetFrame.CellFormat
 void SpreadsheetFrame.setCellValue(String sheet, int row, int column, String value, SpreadsheetFrame.CellFormat format)
          sheet, value, format must not be null
 



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