|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell.Format | |
|---|---|
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| Uses of Cell.Format in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that return Cell.Format | |
|---|---|
static Cell.Format |
Cell.Format.fromInt(int n)
|
static Cell.Format |
Cell.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Cell.Format[] |
Cell.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.ooffice with parameters of type Cell.Format | |
|---|---|
void |
OOCalc.setCellFormat(com.sun.star.table.XCell cell,
Cell.Format format)
|
void |
OOCalc.setCellFormat(com.sun.star.table.XCellRange range,
Cell.Format format)
|
void |
OOCalc.setCellValue(com.sun.star.table.XCell cell,
String value,
Cell.Format format)
cell, value and format must not be null |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||