Methods' Details |
getAnyRowDescriptions
sequence< sequence< any > > |
getAnyRowDescriptions(); |
- Description
- retrieves the descriptions for all rows.
- Returns
- a sequence of sequences of anys representing the descriptions
of all rows. The outer index represents different rows.
The inner index represents the different levels (usually there is only one).
The any might be strings for category text axis or doubles for date axis.
|
|
setAnyRowDescriptions
void |
setAnyRowDescriptions( |
[in] sequence< sequence< any > > |
rRowDescriptions ); |
- Description
- sets the descriptions for all rows.
- Parameter rRowDescriptions
- a sequence of sequences of anys representing the descriptions of all
rows. The outer index represents different rows.
The inner index represents the different levels (usually there is only one).
The any might be strings for category text axis or doubles for date axis.
|
|
getAnyColumnDescriptions
sequence< sequence< any > > |
getAnyColumnDescriptions(); |
- Description
- retrieves the descriptions for all columns.
- Returns
- a sequence of sequences of anys representing the descriptions
of all columns. The outer index represents different columns.
The inner index represents the different levels (usually there is only one).
The any might be strings for category text axis or doubles for date axis.
|
|
setAnyColumnDescriptions
void |
setAnyColumnDescriptions( |
[in] sequence< sequence< any > > |
rColumnDescriptions ); |
- Description
- sets the descriptions for all columns.
- Parameter rColumnDescriptions
- a sequence of sequences of anys 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).
The any might be strings for category text axis or doubles for date axis.
|
|
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.