OdfTableCell |
OdfTableColumn.getCellByIndex(int index) |
Get a cell with a specific index.
|
OdfTableCell |
OdfTableRow.getCellByIndex(int index) |
Get a cell with a specific index.
|
OdfTableCell |
OdfTable.getCellByPosition(int colIndex,
int rowIndex) |
Return a single cell that is positioned at the specified column and row.
|
OdfTableCell |
OdfTable.getCellByPosition(String address) |
Return a single cell that is positioned at the specified cell address.
|
OdfTableCell |
OdfTableCellRange.getCellByPosition(int clmIndex,
int rowIndex) |
Returns a single cell that is positioned at specified column and row.
|
OdfTableCell |
OdfTableCellRange.getCellByPosition(String address) |
Returns a single cell that is positioned at specified cell address.
|
static OdfTableCell |
OdfTableCell.getInstance(TableTableCellElementBase cellElement) |
Get the OdfTableCell instance from the TableTableCellElementBase
instance.
|
OdfTableCell |
OdfTableCell.getOwnerTableCell() |
Get the cell that covers this cell.
|
OdfTableCell |
OdfTableCell.setBooleanValue(Boolean value) |
Set the cell value as a boolean and set the value type to be boolean.
|
OdfTableCell |
OdfTableCell.setCellBackgroundColor(String cellBackgroundColor) |
Set the background color of this cell using string.
|
OdfTableCell |
OdfTableCell.setCellBackgroundColor(Color cellBackgroundColor) |
Set the background color of this cell.
|
OdfTableCell |
OdfTableCell.setCurrencyCode(String currency) |
Set the currency code of this cell, for example, "USD", "EUR", "CNY", and etc.
|
OdfTableCell |
OdfTableCell.setCurrencyFormat(String currencySymbol,
String format) |
Set the currency symbol and overall format of a currency cell.
|
OdfTableCell |
OdfTableCell.setCurrencyValue(Double value,
String currency) |
Set the value and currency of the cell, and set the value type as "currency".
|
OdfTableCell |
OdfTableCell.setDateTimeValue(Calendar date) |
Deprecated.
|
OdfTableCell |
OdfTableCell.setDateValue(Calendar date) |
Deprecated.
|
OdfTableCell |
OdfTableCell.setDisplayText(String content) |
Set the text displayed in this cell.
|
OdfTableCell |
OdfTableCell.setDisplayText(String content,
String stylename) |
Set the text displayed in this cell, with a specified style name.
|
OdfTableCell |
OdfTableCell.setDoubleValue(Double value) |
Set the cell value as a double and set the value type to be "float".
|
OdfTableCell |
OdfTableCell.setDurationValue(Duration duration) |
Set the cell value as a time and set the value type to be "time" too.
|
OdfTableCell |
OdfTableCell.setFormatString(String formatStr) |
Set the format string of the cell.
|
OdfTableCell |
OdfTableCell.setFormula(String formula) |
Set a formula to the cell.
|
OdfTableCell |
OdfTableCell.setHorizontalAlignment(String horizontalAlignment) |
Set the horizontal alignment setting of this cell.
|
OdfTableCell |
OdfTableCell.setLocalDateTimeValue(LocalDateTime datetime) |
Set the cell value as a date and set the value type to be "date".
|
OdfTableCell |
OdfTableCell.setLocalDateValue(LocalDate date) |
Set the cell value as a date and set the value type to be "date".
|
OdfTableCell |
OdfTableCell.setLocalTimeValue(LocalTime time) |
Set the cell value as a time and set the value type to be "time" too.
|
OdfTableCell |
OdfTableCell.setPercentageValue(Double value) |
Set the cell value as a percentage value and set the value type as percentage too.
|
OdfTableCell |
OdfTableCell.setStringValue(String str) |
Set the cell value as a string, and set the value type to be string.
|
OdfTableCell |
OdfTableCell.setTextWrapped(boolean isTextWrapped) |
Set the wrap option of this cell.
|
OdfTableCell |
OdfTableCell.setTimeValue(Calendar time) |
Set the cell value as a time and set the value type to be "time" too.
|
OdfTableCell |
OdfTableCell.setValueType(String type) |
Set the value type of this cell.
|
OdfTableCell |
OdfTableCell.setVerticalAlignment(String verticalAlignment) |
Set the vertical alignment setting of this cell.
|