LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CellProperties.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_table_CellProperties_idl__
21 #define __com_sun_star_table_CellProperties_idl__
22 
35 
36 
37 module com { module sun { module star { module table {
38 
39 
45 published service CellProperties
46 {
47 
49 
52 
53 
56  [optional, property] string CellStyle;
57 
58 
62 
63 
69  [property] boolean IsCellBackgroundTransparent;
70 
71 
75 
76 
83  [property] long VertJustify;
84 
85 
89  [property] boolean IsTextWrapped;
90 
91 
94  [property] short ParaIndent;
95 
96 
103 
104 
107  [property] long RotateAngle;
108 
109 
116  [property] long RotateReference;
117 
118 
128  [optional, property] boolean AsianVerticalMode;
129 
130 
138 
139 
143 
144 
148 
149 
153 
154 
158 
159 
166  [property] long NumberFormat;
167 
168 
172 
173 
179 
180 
186  [optional, property] com::sun::star::container::XNameContainer
188 
189 
193 
194 
198 
199 
202  [optional, property] boolean ShrinkToFit;
203 
204 
205  //=== BorderLine2 / TableBorder2 optional properties, preferred ===========
206 
217 
218 
225 
226 
233 
234 
241 
242 
249 
250 
257 
258 
265 
274  [optional, property] sequence<com::sun::star::beans::PropertyValue> CellInteropGrabBag;
275 
276 };
277 
278 
279 }; }; }; };
280 
281 #endif
282 
283 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */