1d1766043SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3d1766043SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4d1766043SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5d1766043SAndrew Rist * distributed with this work for additional information
6d1766043SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7d1766043SAndrew Rist * to you under the Apache License, Version 2.0 (the
8d1766043SAndrew Rist * "License"); you may not use this file except in compliance
9d1766043SAndrew Rist * with the License.  You may obtain a copy of the License at
10d1766043SAndrew Rist *
11d1766043SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12d1766043SAndrew Rist *
13d1766043SAndrew Rist * Unless required by applicable law or agreed to in writing,
14d1766043SAndrew Rist * software distributed under the License is distributed on an
15d1766043SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16d1766043SAndrew Rist * KIND, either express or implied.  See the License for the
17d1766043SAndrew Rist * specific language governing permissions and limitations
18d1766043SAndrew Rist * under the License.
19d1766043SAndrew Rist *
20d1766043SAndrew Rist *************************************************************/
21d1766043SAndrew Rist
22d1766043SAndrew Rist
23cdf0e10cSrcweir#ifndef __com_sun_star_text_CellProperties_idl__
24cdf0e10cSrcweir#define __com_sun_star_text_CellProperties_idl__
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef __com_sun_star_beans_XPropertySet_idl__
27cdf0e10cSrcweir#include <com/sun/star/beans/XPropertySet.idl>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweir#ifndef __com_sun_star_util_Color_idl__
31cdf0e10cSrcweir#include <com/sun/star/util/Color.idl>
32cdf0e10cSrcweir#endif
33cdf0e10cSrcweir
34cdf0e10cSrcweir#ifndef __com_sun_star_text_XTextSection_idl__
35cdf0e10cSrcweir#include <com/sun/star/text/XTextSection.idl>
36cdf0e10cSrcweir#endif
37cdf0e10cSrcweir#ifndef __com_sun_star_style_GraphicLocation_idl__
38cdf0e10cSrcweir#include <com/sun/star/style/GraphicLocation.idl>
39cdf0e10cSrcweir#endif
40cdf0e10cSrcweir#ifndef __com_sun_star_table_BorderLine_idl__
41cdf0e10cSrcweir#include <com/sun/star/table/BorderLine.idl>
42cdf0e10cSrcweir#endif
43cdf0e10cSrcweir#ifndef __com_sun_star_container_XNameContainer_idl__
44cdf0e10cSrcweir#include <com/sun/star/container/XNameContainer.idl>
45cdf0e10cSrcweir#endif
46cdf0e10cSrcweir#ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_
47cdf0e10cSrcweir#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
48cdf0e10cSrcweir#endif
49cdf0e10cSrcweir
50cdf0e10cSrcweir
51cdf0e10cSrcweir//=============================================================================
52cdf0e10cSrcweir
53cdf0e10cSrcweir module com {  module sun {  module star {  module text {
54cdf0e10cSrcweir
55cdf0e10cSrcweir//=============================================================================
56cdf0e10cSrcweir
57cdf0e10cSrcweir/** service that holds all cell properties of a text table cell in a text document.
58cdf0e10cSrcweir
59cdf0e10cSrcweir    @see com::sun::star::text::Cell
60cdf0e10cSrcweir */
61cdf0e10cSrcweirpublished service CellProperties
62cdf0e10cSrcweir{
63cdf0e10cSrcweir    //-------------------------------------------------------------------------
64cdf0e10cSrcweir    /** contains user defined attributes.
65cdf0e10cSrcweir
66cdf0e10cSrcweir        @see    <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
67cdf0e10cSrcweir     */
68cdf0e10cSrcweir    service com::sun::star::xml::UserDefinedAttributesSupplier;
69cdf0e10cSrcweir
70cdf0e10cSrcweir    //-------------------------------------------------------------------------
71cdf0e10cSrcweir
72cdf0e10cSrcweir    /** gives access to the objects properties
73cdf0e10cSrcweir     */
74cdf0e10cSrcweir    interface com::sun::star::beans::XPropertySet;
75cdf0e10cSrcweir
76cdf0e10cSrcweir    //-------------------------------------------------------------------------
77cdf0e10cSrcweir    /** contains the cell name, see SwXTextTable::getCellByName for more information
78cdf0e10cSrcweir	 */
79cdf0e10cSrcweir    [property] string CellName;
80cdf0e10cSrcweir
81cdf0e10cSrcweir    //-------------------------------------------------------------------------
82cdf0e10cSrcweir    /** contains the background color.
83cdf0e10cSrcweir	 */
84cdf0e10cSrcweir    [property] com::sun::star::util::Color BackColor;
85cdf0e10cSrcweir
86cdf0e10cSrcweir    //-------------------------------------------------------------------------
87cdf0e10cSrcweir    /** contains the URL to the background graphic.
88cdf0e10cSrcweir	 */
89cdf0e10cSrcweir    [property] string BackGraphicURL;
90cdf0e10cSrcweir
91cdf0e10cSrcweir    //-------------------------------------------------------------------------
92cdf0e10cSrcweir    /** contains the name of the graphic filter of the background graphic.
93cdf0e10cSrcweir	 */
94cdf0e10cSrcweir    [property] string BackGraphicFilter;
95cdf0e10cSrcweir
96cdf0e10cSrcweir    //-------------------------------------------------------------------------
97*940681c7SMatthias Seidel    /** determines the position of the background graphic.
98cdf0e10cSrcweir	 */
99cdf0e10cSrcweir    [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
100cdf0e10cSrcweir
101cdf0e10cSrcweir    //-------------------------------------------------------------------------
102cdf0e10cSrcweir    /** contains the number format.
103cdf0e10cSrcweir     */
104cdf0e10cSrcweir    [property] long NumberFormat;
105cdf0e10cSrcweir
106cdf0e10cSrcweir    //-------------------------------------------------------------------------
107*940681c7SMatthias Seidel    /** determines whether the background is transparent.
108cdf0e10cSrcweir     */
109cdf0e10cSrcweir    [property] boolean BackTransparent;
110cdf0e10cSrcweir
111cdf0e10cSrcweir    //-------------------------------------------------------------------------
112cdf0e10cSrcweir    /** contains the left border line.
113cdf0e10cSrcweir     */
114cdf0e10cSrcweir    [property] com::sun::star::table::BorderLine LeftBorder;
115cdf0e10cSrcweir
116cdf0e10cSrcweir    //-------------------------------------------------------------------------
117cdf0e10cSrcweir    /** contains the right border line.
118cdf0e10cSrcweir     */
119cdf0e10cSrcweir    [property] com::sun::star::table::BorderLine RightBorder;
120cdf0e10cSrcweir
121cdf0e10cSrcweir    //-------------------------------------------------------------------------
122cdf0e10cSrcweir    /** contains the top border line.
123cdf0e10cSrcweir     */
124cdf0e10cSrcweir    [property] com::sun::star::table::BorderLine TopBorder;
125cdf0e10cSrcweir
126cdf0e10cSrcweir    //-------------------------------------------------------------------------
127cdf0e10cSrcweir    /** contains the bottom border line.
128cdf0e10cSrcweir	 */
129cdf0e10cSrcweir    [property] com::sun::star::table::BorderLine BottomBorder;
130cdf0e10cSrcweir
131cdf0e10cSrcweir    //-------------------------------------------------------------------------
132cdf0e10cSrcweir    /** contains the distance of the left border.
133cdf0e10cSrcweir     */
134cdf0e10cSrcweir    [property] long LeftBorderDistance;
135cdf0e10cSrcweir
136cdf0e10cSrcweir    //-------------------------------------------------------------------------
137cdf0e10cSrcweir    /** contains the distance of the right border.
138cdf0e10cSrcweir     */
139cdf0e10cSrcweir    [property] long RightBorderDistance;
140cdf0e10cSrcweir
141cdf0e10cSrcweir    //-------------------------------------------------------------------------
142cdf0e10cSrcweir    /** contains the distance of the top border.
143cdf0e10cSrcweir     */
144cdf0e10cSrcweir    [property] long TopBorderDistance;
145cdf0e10cSrcweir
146cdf0e10cSrcweir    //-------------------------------------------------------------------------
147cdf0e10cSrcweir    /** contains the distance of the bottom border.
148cdf0e10cSrcweir	 */
149cdf0e10cSrcweir    [property] long BottomBorderDistance;
150cdf0e10cSrcweir
151cdf0e10cSrcweir    //-------------------------------------------------------------------------
152cdf0e10cSrcweir    /** contains the text section the text table is contained in if there is any.
153cdf0e10cSrcweir	 */
154cdf0e10cSrcweir    [readonly, property]com::sun::star::text::XTextSection TextSection;
155cdf0e10cSrcweir
156cdf0e10cSrcweir    //-------------------------------------------------------------------------
157*940681c7SMatthias Seidel    /** determines whether the cell is write protected or not.
158cdf0e10cSrcweir	 */
159cdf0e10cSrcweir    [property] boolean IsProtected;
160cdf0e10cSrcweir
161cdf0e10cSrcweir	//-------------------------------------------------------------------------
162cdf0e10cSrcweir	/** the vertical orientation of the text inside of the table cells in
163cdf0e10cSrcweir		this row.@see VertOrientation
164cdf0e10cSrcweir	 */
165cdf0e10cSrcweir	[property] short VertOrient;
166cdf0e10cSrcweir
167cdf0e10cSrcweir};
168cdf0e10cSrcweir
169cdf0e10cSrcweir//=============================================================================
170cdf0e10cSrcweir
171cdf0e10cSrcweir}; }; }; };
172cdf0e10cSrcweir#endif
173