LibreOffice
LibreOffice 24.2 SDK API Reference
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 
20 module com { module sun { module star { module text {
21 
26 published service CellRange
27 {
29 
31 
33 
35 
37 
39 
41 
43 
45 
46 
49  [property] com::sun::star::util::Color BackColor;
50 
51 
54  [property] string BackGraphicFilter;
55 
56 
60 
61 
72  [property] string BackGraphicURL;
73 
76  [property] boolean BackTransparent;
77 
78 
82  [property] boolean ChartColumnAsLabel;
83 
84 
88  [property] boolean ChartRowAsLabel;
89 
90 
93  [property] long NumberFormat;
94 
100 };
101 
102 
103 }; }; }; };
104 
105 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
string BackGraphicURL
contains the URL of the background graphic.
Definition: CellRange.idl:72
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:82
This is a set of properties to describe the style of characters in complex texts. ...
Definition: CharacterPropertiesComplex.idl:26
long NumberFormat
contains the number format.
Definition: CellRange.idl:93
area of cells within a text table.
Definition: CellRange.idl:26
Definition: Ambiguous.idl:20
describes the style of paragraphs.
Definition: ParagraphProperties.idl:24
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:37
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:27
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the location of the background graphic.
Definition: CellRange.idl:59
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:28
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:31
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:28
string BackGraphicFilter
contains the filter name of the background graphic.
Definition: CellRange.idl:54
boolean BackTransparent
determines if the background color is transparent.
Definition: CellRange.idl:76
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:26
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:28
allows to get and set an array of data from a cell range.
Definition: XCellRangeData.idl:28
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:88
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:26
com::sun::star::graphic::XGraphic BackGraphic
contains the graphic of the background.
Definition: CellRange.idl:99