:: com :: sun :: star ::

module table
Description
Table specific interfaces (for text and spreadsheet).

Services
::com::sun::star::table::AccessibleCellView The accessible view of a cell in a text document or in the page preview of a spreadsheet document. See ::com::sun::star::sheet::AccessibleCell for cells in the edit view of a spreadsheet.
::com::sun::star::table::AccessibleTableView The accessible view of a table in a text document or in the page preview of a spreadsheet document. See ::com::sun::star::sheet::AccessibleSpreadsheet for tables in the edit view of a spreadsheet.
::com::sun::star::table::Cell represents a singe cell within a table.
::com::sun::star::table::CellCursor represents a cell cursor in a table.
::com::sun::star::table::CellProperties contains the properties of a table cell.
::com::sun::star::table::CellRange represents a range of of cells within a table.
::com::sun::star::table::CellRangeListSource defines the a source of list entries coming from a cell range in a tbale document
::com::sun::star::table::CellValueBinding defines the binding to a single cell in a table document
::com::sun::star::table::ListPositionCellBinding defines the binding to a single cell in a table document, which can be used to transfer a list position into the cell.
::com::sun::star::table::TableChart represents a chart based on data in a table or spreadsheet.
::com::sun::star::table::TableCharts represents a collection of all charts based on data in a table.
::com::sun::star::table::TableChartsEnumeration represents an enumeration of table charts.
::com::sun::star::table::TableColumn represents a special cell range containing all cells of a single specific column in a table or spreadsheet.
::com::sun::star::table::TableColumns represents a collection of all columns of a table or spreadsheet.
::com::sun::star::table::TableColumnsEnumeration represents an enumeration of table columns.
::com::sun::star::table::TableRow represents a special cell range containing all cells of a single specific row in a table or spreadsheet.
::com::sun::star::table::TableRows represents a collection of all rows of a table or spreadsheet.
::com::sun::star::table::TableRowsEnumeration represents an enumeration of table rows.
::com::sun::star::table::TableSortDescriptor [ DEPRECATED ]
contains properties which describe sorting of rows or columns in a table.
::com::sun::star::table::TableSortDescriptor2 specifies properties which describe sorting of fields (rows or columns) in a table.
Interfaces
::com::sun::star::table::XAutoFormattable provides a method to apply TableAutoFormats to a cell range.
::com::sun::star::table::XCell provides methods to access the contents of a cell in a table.
::com::sun::star::table::XCellCursor provides methods to control the position of a cell cursor.
::com::sun::star::table::XCellRange provides access to the cells or to sub-ranges of a cell range.
::com::sun::star::table::XColumnRowRange provides methods to access the collections of columns and rows of a cell range.
::com::sun::star::table::XTableChart provides access to the settings of a chart object in a table or spreadsheet.
::com::sun::star::table::XTableCharts provides methods to access charts via name and to insert and remove charts.
::com::sun::star::table::XTableChartsSupplier provides a method to access a collection of charts in a table or spreadsheet.
::com::sun::star::table::XTableColumns provides methods to access columns via index and to insert and remove columns.
::com::sun::star::table::XTableRows provides methods to access rows via index and to insert and remove rows.
Structs
::com::sun::star::table::BorderLine describes the line type for a single cell edge.
::com::sun::star::table::CellAddress contains a cell address within a spreadsheet document.
::com::sun::star::table::CellRangeAddress contains a cell range address within a spreadsheet document.
::com::sun::star::table::ShadowFormat describes the settings of a cell shadow.
::com::sun::star::table::TableBorder contains the style settings of the border lines of all cells in a cell range.
::com::sun::star::table::TableSortField describes how to sort a single field (row/column) in a tables sort descriptor.
Enums
::com::sun::star::table::CellContentType is used to determine the type of contents in a cell.
::com::sun::star::table::CellHoriJustify specifies how cell contents are aligned horizontally.
::com::sun::star::table::CellOrientation specifies the orientation of a cell.
::com::sun::star::table::CellVertJustify specifies how cell contents are aligned vertically.
::com::sun::star::table::ShadowLocation specifies the location of the shadow in a ::com::sun::star::table::ShadowFormat .
::com::sun::star::table::TableOrientation used to select whether operations are carried out on columns or rows.
::com::sun::star::table::TableSortFieldType enumeration used to specify the type of contents in a sort field (row/column) of a table.
Top of Page