LibreOffice
LibreOffice 7.1 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#ifndef __com_sun_star_text_CellRange_idl__
21#define __com_sun_star_text_CellRange_idl__
22
36
37module com { module sun { module star { module text {
38
43published service CellRange
44{
46
48
50
52
54
56
58
60
62
63
67
68
71 [property] string BackGraphicFilter;
72
73
77
78
89 [property] string BackGraphicURL;
90
93 [property] boolean BackTransparent;
94
95
99 [property] boolean ChartColumnAsLabel;
100
101
105 [property] boolean ChartRowAsLabel;
106
107
110 [property] long NumberFormat;
111
117};
118
119
120}; }; }; };
121
122#endif
123
124/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:36
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
allows to get and set an array of data from a cell range.
Definition: XCellRangeData.idl:33
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:36
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:30
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Accessible.idl:22
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:32
This is a set of properties to describe the style of characters in complex texts.
Definition: CharacterPropertiesComplex.idl:32
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:37
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:31
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:31
describes the style of paragraphs.
Definition: ParagraphProperties.idl:41
area of cells within a text table.
Definition: CellRange.idl:44
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the location of the background graphic.
Definition: CellRange.idl:76
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:99
long NumberFormat
contains the number format.
Definition: CellRange.idl:110
com::sun::star::util::Color BackColor
contains color of the background.
Definition: CellRange.idl:61
com::sun::star::graphic::XGraphic BackGraphic
contains the graphic of the background.
Definition: CellRange.idl:116
string BackGraphicURL
contains the URL of the background graphic.
Definition: CellRange.idl:89
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:105
string BackGraphicFilter
contains the filter name of the background graphic.
Definition: CellRange.idl:71
boolean BackTransparent
determines if the background color is transparent.
Definition: CellRange.idl:93