module com::sun::star::table

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

Table specific interfaces (for text and spreadsheet).


submodules


services

Cell range of 1 row and 1 column.
CellCursor cursor in a table.
CellProperties service that holds all cell properties.
CellRange area of cells within a spreadsheet (table).
TableChart chart based on the data in a table.
TableCharts collection of charts based on data in tables.
TableColumn special cell range containing all cells of a single specific column in a table or spreadsheet.
TableColumns collection of all columns of a table or spreadsheet.
TableRow cell range containing all cells of a single specific row in a table or spreadsheet.
TableRows collection of all rows of a table or spreadsheet.
TableSortDescriptor service used to sort rows or columns of tables.

interfaces

XAutoFormattable represents a table (or part of a table) to which AutoFormats can be applied.
XCell represents a cell in a table.
XCellCursor represents a cursor in a table.
XCellRange represents a range of cells in a table.
XColumnRowRange enables accessing the columns and rows of a cell range.
XTableChart
XTableCharts
XTableChartsSupplier
XTableColumns represents a collection of columns in a table.
XTableRows represents a collection of rows in a table.

structs

BorderLine describes the line type for a single cell edge.
CellAddress used to identify a cell within a spreadsheet document.
CellRangeAddress used to identify a cell range within a spreadsheet document.
ShadowFormat describes a shadow.
TableBorder structure contains the values of the border lines of all boxes in a table.

exceptions


enums

CellContentType enumeration used to determine the type of contents in a cell.
CellHoriJustify enumeration used to specify how cell contents are aligned horizontally.
CellOrientation enumeration used to specify the orientation of a cell.
CellVertJustify enumeration used to specify how cell contents are aligned vertically.
ShadowLocation enumeration used to specify the location of the shadow in a ShadowFormat .
TableOrientation enumeration used to select whether operations are carried out on columns or rows.

typedefs


constant groups

Top of Page