(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.