:: com :: sun :: star :: chart2 ::

service ChartDocument

Exported Interfaces - Summary
XChartDocument

this interface is derived from ::com::sun::star::frame::XModel. Thus model functionality is available via this interface.

::com::sun::star::chart2::data::XDataReceiver

offers connection to data

XTitled

gives access to the main title of a chart document

::com::sun::star::style::XStyleFamiliesSupplier

maintains all style families applying to any object in the chart.

::com::sun::star::util::XNumberFormatsSupplier

maintains all number formats used anywhere in the chart.

::com::sun::star::lang::XInitialization

Allows passing arguments to createInstanceWithArguments. (details)

XUndoSupplier
Exported Interfaces - Details
XChartDocument
Description
this interface is derived from ::com::sun::star::frame::XModel. Thus model functionality is available via this interface.
::com::sun::star::chart2::data::XDataReceiver
Description
offers connection to data
XTitled
Description
gives access to the main title of a chart document
::com::sun::star::style::XStyleFamiliesSupplier
Description
maintains all style families applying to any object in the chart.
::com::sun::star::util::XNumberFormatsSupplier
Description
maintains all number formats used anywhere in the chart.
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
Allows passing arguments to createInstanceWithArguments.

The following arguments are allowed in the given order:

  1. string Name
XUndoSupplier
Usage Restrictions
optional

 
Top of Page