LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to the settings of a chart object in a table or spreadsheet. More...
import"XTableChart.idl";
Public Member Functions | |
boolean | getHasColumnHeaders () |
returns, whether the cells of the topmost row of the source data are interpreted as column headers. More... | |
void | setHasColumnHeaders ([in] boolean bHasColumnHeaders) |
specifies whether the cells of the topmost row of the source data are interpreted as column headers. More... | |
boolean | getHasRowHeaders () |
returns, whether the cells of the leftmost column of the source data are interpreted as row headers. More... | |
void | setHasRowHeaders ([in] boolean bHasRowHeaders) |
specifies whether the cells of the leftmost column of the source data are interpreted as row headers. More... | |
sequence< com::sun::star::table::CellRangeAddress > | getRanges () |
returns the cell ranges that contain the data for the chart. More... | |
void | setRanges ([in] sequence< com::sun::star::table::CellRangeAddress > aRanges) |
sets the cell ranges that contain the data for the chart. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides access to the settings of a chart object in a table or spreadsheet.
boolean getHasColumnHeaders | ( | ) |
returns, whether the cells of the topmost row of the source data are interpreted as column headers.
boolean getHasRowHeaders | ( | ) |
returns, whether the cells of the leftmost column of the source data are interpreted as row headers.
sequence<com::sun::star::table::CellRangeAddress> getRanges | ( | ) |
returns the cell ranges that contain the data for the chart.
void setHasColumnHeaders | ( | [in] boolean | bHasColumnHeaders | ) |
specifies whether the cells of the topmost row of the source data are interpreted as column headers.
void setHasRowHeaders | ( | [in] boolean | bHasRowHeaders | ) |
specifies whether the cells of the leftmost column of the source data are interpreted as row headers.
void setRanges | ( | [in] sequence< com::sun::star::table::CellRangeAddress > | aRanges | ) |
sets the cell ranges that contain the data for the chart.