1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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
/style
/GraphicLocation.idl
>
33 #include
<com
/sun
/star
/chart
/XChartDataArray.idl
>
36 module com
{ module sun
{ module star
{ module text
{
39 /** area of cells within a text table.
41 @see com::sun::star::text::TextTable
43 published service CellRange
45 service com
::sun
::star
::style
::CharacterProperties
;
47 service com
::sun
::star
::style
::CharacterPropertiesAsian
;
49 service com
::sun
::star
::style
::CharacterPropertiesComplex
;
51 service com
::sun
::star
::style
::ParagraphProperties
;
53 [optional] service com
::sun
::star
::style
::ParagraphPropertiesAsian
;
55 [optional] service com
::sun
::star
::style
::ParagraphPropertiesComplex
;
57 interface com
::sun
::star
::table
::XCellRange
;
59 [optional] interface com
::sun
::star
::sheet
::XCellRangeData
;
61 [optional] interface com
::sun
::star
::chart
::XChartDataArray
;
64 /** contains color of the background.
66 [property
] com
::sun
::star
::util
::Color BackColor
;
69 /** contains the filter name of the background graphic.
71 [property
] string BackGraphicFilter
;
74 /** determines the location of the background graphic.
76 [property
] com
::sun
::star
::style
::GraphicLocation BackGraphicLocation
;
79 /** contains the URL of the background graphic.
81 [property
] string BackGraphicURL
;
84 /** determines if the background color is transparent.
86 [property
] boolean BackTransparent
;
89 /** determines if the first column of the table should be treated as
90 axis labels when a chart is to be created.
92 [property
] boolean ChartColumnAsLabel
;
95 /** determines if the first row of the table should be treated as
96 axis labels when a chart is to be created.
98 [property
] boolean ChartRowAsLabel
;
101 /** contains the number format.
103 [property
] long NumberFormat
;
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */