bump product version to 4.1.6.2
[LibreOffice.git] / offapi / com / sun / star / text / CellRange.idl
blob8c01d3bec48407dede8cbe9cf8f5bf993a273542
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /**
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef __com_sun_star_text_CellRange_idl__
20 #define __com_sun_star_text_CellRange_idl__
22 #include <com/sun/star/table/XCellRange.idl>
23 #include <com/sun/star/util/Color.idl>
24 #include <com/sun/star/sheet/XCellRangeData.idl>
25 #include <com/sun/star/container/XNamed.idl>
26 #include <com/sun/star/style/ParagraphProperties.idl>
27 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
28 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
29 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
30 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
31 #include <com/sun/star/style/CharacterProperties.idl>
32 #include <com/sun/star/sheet/XCellRangeData.idl>
33 #include <com/sun/star/style/GraphicLocation.idl>
34 #include <com/sun/star/chart/XChartDataArray.idl>
37 module com { module sun { module star { module text {
40 /** area of cells within a text table.
42 @see com::sun::star::text::TextTable
44 published service CellRange
46 service com::sun::star::style::CharacterProperties;
48 service com::sun::star::style::CharacterPropertiesAsian;
50 service com::sun::star::style::CharacterPropertiesComplex;
52 service com::sun::star::style::ParagraphProperties;
54 [optional] service com::sun::star::style::ParagraphPropertiesAsian;
56 [optional] service com::sun::star::style::ParagraphPropertiesComplex;
58 interface com::sun::star::table::XCellRange;
60 [optional] interface com::sun::star::sheet::XCellRangeData;
62 [optional] interface com::sun::star::chart::XChartDataArray;
65 /** contains color of the background.
67 [property] com::sun::star::util::Color BackColor;
70 /** contains the filter name of the background graphic.
72 [property] string BackGraphicFilter;
75 /** determines the location of the background graphic.
77 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
80 /** contains the URL of the background graphic.
82 [property] string BackGraphicURL;
85 /** determines if the background color is transparent.
87 [property] boolean BackTransparent;
90 /** determines if the first column of the table should be treated as
91 axis labels when a chart is to be created.
93 [property] boolean ChartColumnAsLabel;
96 /** determines if the first row of the table should be treated as
97 axis labels when a chart is to be created.
99 [property] boolean ChartRowAsLabel;
102 /** contains the number format.
104 [property] long NumberFormat;
109 }; }; }; };
111 #endif
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */