|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||