Modifier and Type | Method and Description |
---|---|
boolean |
Content.addTable(java.lang.String sName) |
boolean |
OdsFile.addTable(java.lang.String sName)
Add a new table to the file, the new table is set to the active table.
|
TableCell |
Content.getCell(int nTab,
int nRow,
int nCol)
Get the TableCell object from table nTab at position nRow,nCol.
|
TableCell |
OdsFile.getCell(int nTab,
int nRow,
int nCol)
Get the TableCell object.
|
TableCell |
OdsFile.getCell(int nTab,
java.lang.String sPos)
Get the TableCell object.
|
java.lang.String |
OdsFile.getTableName(int n)
Returns the name of the table.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
java.util.Calendar cal)
Sets the cell value in table nTab to the date from the Calendar object.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
java.util.Calendar cal,
TableStyle ts)
Sets the cell value in table nTab to the date from the Calendar object.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
double dValue)
Sets the cell value in Table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
double dValue,
TableStyle ts)
Sets the cell value in table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
int nValue)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
|
boolean |
Content.setCell(int nTab,
int nRow,
int nCol,
int valuetype,
java.lang.String value) |
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
int nValuetype,
java.lang.String sValue)
Sets the cell value in Table nTab to the given values.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
int nValuetype,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in Table nTab to the given values.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
int nValue,
TableStyle ts)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
java.lang.String sValue)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
|
boolean |
Table.setCell(int nRow,
int nCol,
int valuetype,
java.lang.String value)
Set the value of a cell.
|
void |
OdsFile.setCell(int nTab,
int nRow,
int nCol,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
|
boolean |
Table.setCell(int nRow,
int nCol,
int valuetype,
java.lang.String value,
TableStyle ts)
Set the value of a cell.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
java.util.Calendar cal)
Sets the cell value in table nTab to the date from the Calendar object.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
java.util.Calendar cal,
TableStyle ts)
Sets the cell value in table nTab to the date from the Calendar object.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
double dValue)
Sets the cell value in Table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
double dValue,
TableStyle ts)
Sets the cell value in table nTab to the given value, the value type is
TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
int nValue)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
int nValuetype,
java.lang.String sValue)
Sets the cell value in Table nTab to the given values.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
int nValuetype,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in Table nTab to the given values.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
int nValue,
TableStyle ts)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_FLOAT.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
java.lang.String sValue)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
|
void |
OdsFile.setCell(int nTab,
java.lang.String sPos,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in Table nTab to the given value, the value type is TableCell.STYLE_STRING.
|
void |
OdsFile.setCell(java.lang.String sTab,
int nRow,
int nCol,
int nValuetype,
java.lang.String sValue)
Deprecated.
As of release 0.2.1, use
OdsFile.getTableNumber(String) instead setCell("Tab2",1,1,"stringvalue") use setCell(getTableNumber("Tab2"),1,1,"stringvalue") |
void |
OdsFile.setCell(java.lang.String sTab,
int nRow,
int nCol,
int nValuetype,
java.lang.String sValue,
TableStyle ts)
Deprecated.
As of release 0.2.1, use
OdsFile.getTableNumber(String) instead e.g.setCell("Tab2",1,1,"stringvalue") use setCell(getTableNumber("Tab2"),1,1,"stringvalue") |
void |
OdsFile.setCellInAllTables(int nRow,
int nCol,
java.util.Calendar cal,
TableStyle ts)
Sets the cell value in all tables to the date from the Calendar object.
|
void |
OdsFile.setCellInAllTables(int nRow,
int nCol,
int nValuetype,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in all tables to the given values.
|
void |
OdsFile.setCellInAllTables(java.lang.String sPos,
java.util.Calendar cal,
TableStyle ts)
Sets the cell value in all tables to the date from the Calendar object.
|
void |
OdsFile.setCellInAllTables(java.lang.String sPos,
int nValuetype,
java.lang.String sValue,
TableStyle ts)
Sets the cell value in all tables to the given values.
|
void |
OdsFile.setCellMerge(int nTab,
int nRow,
int nCol,
int nRowMerge,
int nColumnMerge)
Set the merging of multiple cells to one cell.
|
void |
OdsFile.setCellMerge(int nTab,
java.lang.String sPos,
int nRowMerge,
int nColumnMerge)
Set the merging of multiple cells to one cell.
|
void |
OdsFile.setCellMergeInAllTables(int nRow,
int nCol,
int nRowMerge,
int nColumnMerge)
Set the merging of multiple cells to one cell.
|
void |
OdsFile.setCellMergeInAllTables(java.lang.String sPos,
int nRowMerge,
int nColumnMerge)
Set the merging of multiple cells to one cell in all existing tables.
|
boolean |
Content.setCellStyle(int nTab,
int nRow,
int nCol,
TableStyle ts) |
void |
OdsFile.setCellStyle(int nTab,
int nRow,
int nCol,
TableStyle ts)
Sets the style of this table cell.
|
boolean |
Table.setCellStyle(int nRow,
int nCol,
TableStyle ts)
Set the cell style for the specified cell.
|
void |
OdsFile.setCellStyle(int nTab,
java.lang.String sPos,
TableStyle ts)
Sets the style of this table cell.
|
void |
OdsFile.setCellStyle(java.lang.String sTab,
int nRow,
int nCol,
TableStyle ts)
Deprecated.
As of release 0.2.1, use
OdsFile.getTableNumber(String) instead setCellStyle("Tab2",1,1,"stringvalue") use setCellStyle(getTableNumber("Tab2"),1,1,"stringvalue") |
boolean |
Content.setColumnStyle(int nTab,
int nCol,
TableStyle ts) |
void |
OdsFile.setColumnStyle(int nTab,
int nCol,
TableStyle ts)
Sets the style of this table column.
|
void |
Table.setColumnStyle(int nCol,
TableStyle ts)
Set the style of a column.
|
void |
TableStyle.setDataStyle(CurrencyStyle cs)
Set the data style for this TableStyle to cs.
|
void |
TableStyle.setDataStyle(DateStyle ds)
Set the data style for this TableStyle to ds.
|
void |
TableStyle.setDataStyle(NumberStyle ns)
Set the data style for this TableStyle to ns.
|