:: com :: sun :: star :: chart ::
|
interface XComplexDescriptionAccess |
- Base Interfaces
XComplexDescriptionAccess
┗ XChartDataArray
┗ XChartData
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' 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.