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 | |
void | removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException ) |
removes one data series from the chart type container. | |
sequence< XChartType > | getChartTypes () |
retrieve all chart types | |
void | setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException ) |
set all chart types | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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