LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is a helper service for access to table Address to cell ranges of the container document of a chart. More...
import"ChartTableAddressSupplier.idl";
Public Attributes | |
string | CategoriesRangeAddress |
contains the address to the cells containing the names of the categories. More... | |
sequence< com::sun::star::chart::ChartSeriesAddress > | SeriesAddresses |
contains the addresses to the elements of a series. More... | |
string | MainTitleAddress |
contains the address to the main title. More... | |
string | SubTitleAddress |
contains the address to the sub title. More... | |
This is a helper service for access to table Address to cell ranges of the container document of a chart.
The cell addresses are in the format of the application that contains this chart.
|
property |
contains the address to the cells containing the names of the categories.
Note: Each value of a data series belongs exactly to one category.
|
optionalproperty |
contains the address to the main title.
|
property |
contains the addresses to the elements of a series.
This sequence should contain one element for each series in the chart.
|
optionalproperty |
contains the address to the sub title.