:: 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 © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.