Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: chart ::

interface XComplexDescriptionAccess
Base Interfaces
XComplexDescriptionAccessXChartDataArrayXChartData

XChartDataArray
(referenced interface's summary:)
gives access to data represented as an array of rows.
Description
Offers access to complex column and row descriptions.

Can be obtained from interface XChartDocument via method getData().

Since
OOo 3.3

Methods' Summary
getComplexRowDescriptions retrieves the description texts for all rows.  
setComplexRowDescriptions sets the description texts for all rows.  
getComplexColumnDescriptions retrieves the description texts for all columns.  
setComplexColumnDescriptions sets the description texts for all columns.  
Methods' Details
getComplexRowDescriptions
sequence< sequence< string > >
getComplexRowDescriptions();

Description
retrieves the description texts for all rows.
Returns
a sequence of sequences of strings representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one).
setComplexRowDescriptions
void
setComplexRowDescriptions( [in] sequence< sequence< string > >  rRowDescriptions );

Description
sets the description texts for all rows.
Parameter rRowDescriptions
a sequence of sequences of strings representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one).
getComplexColumnDescriptions
sequence< sequence< string > >
getComplexColumnDescriptions();

Description
retrieves the description texts for all columns.
Returns
a sequence of sequences of strings representing the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one).
setComplexColumnDescriptions
void
setComplexColumnDescriptions( [in] sequence< sequence< string > >  rColumnDescriptions );

Description
sets the description texts for all columns.
Parameter rColumnDescriptions
a sequence of sequences of strings which represent the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one).
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.