- getActiveSheet(XSpreadsheetDocument) - Method in SpreadsheetExtension
-
Returns the active spreadsheet.
- getAddress(XCell) - Method in SpreadsheetExtension
-
Returns the cell address of the cell.
- getAt(com.sun.star.container.XIndexAccess, int) - Method in UnoExtension
-
Provides access to the elements of a collection through an index.
- getCellList(XSheetCellRangeContainer) - Method in SpreadsheetExtension
-
Returns a list of XCells contained in the range container.
- getCellRanges(XSpreadsheet, java.lang.Object) - Method in SpreadsheetExtension
-
Returns the cell ranges matching the specified type.
- getCellStyle(XCell) - Method in SpreadsheetExtension
-
Returns the CellStyle property.
- getCellStylePropertySet(XSpreadsheetDocument, java.lang.String) - Method in SpreadsheetExtension
-
Returns the property set of the cell style if it exists.
- getComponentLoader(com.sun.star.uno.XComponentContext) - Method in UnoExtension
-
Returns the component loader.
- getFormulaOfCell(XCellRange, int, int) - Method in SpreadsheetExtension
-
Returns the formula string of a cell.
- getMessageBox(com.sun.star.uno.XComponentContext, MessageBoxType, java.lang.Integer, java.lang.String, java.lang.String) - Method in UnoExtension
-
Returns a message box.
- getPropertyValue(XCell, java.lang.String) - Method in SpreadsheetExtension
-
Returns the value of the property.
- getRangeContainer(XSpreadsheetDocument) - Method in SpreadsheetExtension
-
Returns a sheet cell range container.
- getSheetByIndex(XSpreadsheetDocument, java.lang.Integer) - Method in SpreadsheetExtension
-
Returns the spreadsheet with the specified index (0-based).
- getSheetByName(XSpreadsheetDocument, java.lang.String) - Method in SpreadsheetExtension
-
Returns the spreadsheet with the specified name.
- getSpreadsheetDocument(com.sun.star.lang.XComponent, com.sun.star.uno.XComponentContext) - Method in SpreadsheetExtension
-
Returns the spreadsheet document with the specified component context
- getStyleFamiliesSupplier(XSpreadsheetDocument) - Method in SpreadsheetExtension
-
Returns the style families supplier
- getTypeOfCell(XCellRange, int, int) - Method in SpreadsheetExtension
-
Returns the type of the cell.
- getValueOfCell(XCellRange, int, int) - Method in SpreadsheetExtension
-
Returns the floating point value of the cell specified by column and row.
- getVertJustify(XCell) - Method in SpreadsheetExtension
-
Returns the value of the VertJustify property.
- guno(java.lang.Object, java.lang.Class) - Method in UnoExtension
-
Returns the queried object.