LibreOffice
LibreOffice 6.4 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 
37 module com { module sun { module star { module text {
38 
43 published 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: */
ParagraphProperties.idl
Color.idl
com::sun::star::text::CellRange::BackGraphicURL
string BackGraphicURL
contains the URL of the background graphic.
Definition: CellRange.idl:89
com::sun::star::text::CellRange::BackGraphic
com::sun::star::graphic::XGraphic BackGraphic
contains the graphic of the background.
Definition: CellRange.idl:116
com::sun::star::style::ParagraphProperties
describes the style of paragraphs.
Definition: ParagraphProperties.idl:41
com::sun::star::style::GraphicLocation
GraphicLocation
These enumeration values are used to specify the location of a graphic object within its surroundings...
Definition: GraphicLocation.idl:30
com::sun::star::style::CharacterPropertiesComplex
This is a set of properties to describe the style of characters in complex texts.
Definition: CharacterPropertiesComplex.idl:32
com::sun::star::style::ParagraphPropertiesComplex
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesComplex.idl:31
com::sun::star::text::CellRange::ChartColumnAsLabel
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
CharacterPropertiesAsian.idl
com::sun::star::style::CharacterProperties
This is a set of properties to describe the style of characters.
Definition: CharacterProperties.idl:37
com::sun::star::text::CellRange::NumberFormat
long NumberFormat
contains the number format.
Definition: CellRange.idl:110
CharacterProperties.idl
com::sun::star::graphic::XGraphic
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
GraphicLocation.idl
com::sun::star::style::CharacterPropertiesAsian
This is a set of properties to describe the style of characters in Asian texts.
Definition: CharacterPropertiesAsian.idl:32
ParagraphPropertiesComplex.idl
com::sun::star::table::XCellRange
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:36
XGraphic.idl
com::sun::star::text::CellRange::BackGraphicLocation
com::sun::star::style::GraphicLocation BackGraphicLocation
determines the location of the background graphic.
Definition: CellRange.idl:76
XChartDataArray.idl
XCellRangeData.idl
com::sun::star::sheet::XCellRangeData
allows to get and set an array of data from a cell range.
Definition: XCellRangeData.idl:33
com::sun::star::text::CellRange::BackTransparent
boolean BackTransparent
determines if the background color is transparent.
Definition: CellRange.idl:93
com::sun::star::style::ParagraphPropertiesAsian
contains settings for the style of paragraphs with complex text layout.
Definition: ParagraphPropertiesAsian.idl:31
com::sun::star::chart::XChartDataArray
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:36
CharacterPropertiesComplex.idl
com::sun::star::text::CellRange::BackColor
com::sun::star::util::Color BackColor
contains color of the background.
Definition: CellRange.idl:61
com::sun::star::text::CellRange
area of cells within a text table.
Definition: CellRange.idl:44
ParagraphPropertiesAsian.idl
com::sun::star::text::CellRange::ChartRowAsLabel
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
XCellRange.idl
com
Definition: Ambiguous.idl:22
com::sun::star::text::CellRange::BackGraphicFilter
string BackGraphicFilter
contains the filter name of the background graphic.
Definition: CellRange.idl:71
XNamed.idl
com::sun::star::util::Color
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36