LibreOffice Module xmerge (master)
1
|
This. More...
Public Member Functions | |
abstract int | getNumberOfSheets () |
Returns the total number of sheets in the WorkBook. More... | |
abstract Iterator< NameDefinition > | getNameDefinitions () |
Returns an Enumeration to a Vector of. More... | |
abstract BookSettings | getSettings () |
Returns the. More... | |
abstract Iterator< ColumnRowInfo > | getColumnRowInfos () |
Returns an Enumeration to a Vector of. More... | |
abstract int | getNumberOfRows () |
Returns the number of populated rows in the current WorkSheet. More... | |
abstract int | getNumberOfColumns () |
Returns the number of populated columns in the current WorkSheet. More... | |
abstract String | getSheetName () |
Returns the name of the current WorkSheet. More... | |
abstract int | getColNumber () |
Returns the number of the active column. More... | |
abstract int | getRowNumber () |
Returns the number of the active row. More... | |
abstract void | setWorksheet (int sheetIndex) throws IOException |
Sets the active WorkSheet. More... | |
abstract boolean | goToNextCell () throws IOException |
Move on the next populated cell in the current WorkSheet. More... | |
abstract String | getCellContents () |
Return the contents of the active cell. More... | |
abstract String | getCellValue () |
Return the value of the active cell. More... | |
abstract String | getCellDataType () |
Return the data type of the active cell. More... | |
abstract Format | getCellFormat () |
Return a. More... | |
abstract void | addDeviceContent (ConvertData cd) throws IOException |
Add the contents of a. More... | |
This.
is a
for encoding a "Device"
format into an alternative spreadsheet format.
Definition at line 30 of file SpreadsheetDecoder.java.
|
abstract |
Add the contents of a.
to the workbook.
cd | The containing the content. |
IOException | If any I/O error occurs. |
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.deserialize().
|
abstract |
Return the contents of the active cell.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Return the data type of the active cell.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Return a.
object describing the active cells formatting.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Return the value of the active cell.
Used in the case of Formula where the cell contents and the cell value are not the same thing.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData().
|
abstract |
Returns the number of the active column.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Returns an Enumeration to a Vector of.
.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns().
|
abstract |
Returns an Enumeration to a Vector of.
.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.decode().
|
abstract |
Returns the number of populated columns in the current WorkSheet.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Returns the number of populated rows in the current WorkSheet.
|
abstract |
Returns the total number of sheets in the WorkBook.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.decode().
|
abstract |
Returns the number of the active row.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Returns the.
.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processSettings().
|
abstract |
Returns the name of the current WorkSheet.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processTable().
|
abstract |
Move on the next populated cell in the current WorkSheet.
IOException | If any I/O error occurs. |
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells().
|
abstract |
Sets the active WorkSheet.
sheetIndex | The index of the sheet to be made active. |
IOException | If any I/O error occurs. |
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.decode().