LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CellRange.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_text_CellRange_idl__
20 #define __com_sun_star_text_CellRange_idl__
21 
35 
36 
37 module com { module sun { module star { module text {
38 
39 
44 published service CellRange
45 {
47 
49 
51 
53 
55 
57 
59 
61 
63 
64 
67  [property] com::sun::star::util::Color BackColor;
68 
69 
72  [property] string BackGraphicFilter;
73 
74 
78 
79 
82  [property] string BackGraphicURL;
83 
84 
87  [property] boolean BackTransparent;
88 
89 
93  [property] boolean ChartColumnAsLabel;
94 
95 
99  [property] boolean ChartRowAsLabel;
100 
101 
104  [property] long NumberFormat;
105 
106 };
107 
108 
109 }; }; }; };
110 
111 #endif
112 
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
string BackGraphicURL
contains the URL of the background graphic.
Definition: CellRange.idl:82
boolean ChartColumnAsLabel
determines if the first column of the table should be treated as axis labels when a chart is to be cr...
Definition: CellRange.idl:93
This is a set of properties to describe the style of characters in complex texts. ...
Definition: CharacterPropertiesComplex.idl:31
long NumberFormat
contains the number format.
Definition: CellRange.idl:104
area of cells within a text table.
Definition: CellRange.idl:44
describes the style of paragraphs.
Definition: ParagraphProperties.idl:41
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:29
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the location of the background graphic.
Definition: CellRange.idl:77
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:30
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:35
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:35
string BackGraphicFilter
contains the filter name of the background graphic.
Definition: CellRange.idl:72
boolean BackTransparent
determines if the background color is transparent.
Definition: CellRange.idl:87
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:35
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:30
allows to get and set an array of data from a cell range.
Definition: XCellRangeData.idl:32
boolean ChartRowAsLabel
determines if the first row of the table should be treated as axis labels when a chart is to be creat...
Definition: CellRange.idl:99
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:31