LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XChartTypeContainer.idl";
Public Member Functions | |
void | addChartType ([in] XChartType aChartType) raises ( com::sun::star::lang::IllegalArgumentException ) |
add a chart type to the chart type container More... | |
void | removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException ) |
removes one data series from the chart type container. More... | |
sequence< XChartType > | getChartTypes () |
retrieve all chart types More... | |
void | setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException ) |
set all chart types 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... | |
void addChartType | ( | [in] XChartType | aChartType | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
add a chart type to the chart type container
IllegalArgumentException | If the given chart type is already contained in the chart type container. |
sequence< XChartType > getChartTypes | ( | ) |
retrieve all chart types
void removeChartType | ( | [in] XChartType | aChartType | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
removes one data series from the chart type container.
void setChartTypes | ( | [in] sequence< XChartType > | aChartTypes | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
set all chart types