LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TableAutoFormatField.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_sheet_TableAutoFormatField_idl__
21 #define __com_sun_star_sheet_TableAutoFormatField_idl__
22 
33 
34 
35 module com { module sun { module star { module sheet {
36 
37 
41 published service TableAutoFormatField
42 {
43 
45 
48 
49 
52  [property] string CharFontName;
53 
56  [optional, property] string CharFontNameAsian;
57 
60  [optional, property] string CharFontNameComplex;
61 
62 
65  [property] string CharFontStyleName;
66 
69  [optional, property] string CharFontStyleNameAsian;
70 
73  [optional, property] string CharFontStyleNameComplex;
74 
75 
78  [property] string CharFontCharSet;
79 
82  [optional, property] string CharFontCharSetAsian;
83 
86  [optional, property] string CharFontCharSetComplex;
87 
88 
91  [property] string CharFontFamily;
92 
95  [optional, property] string CharFontFamilyAsian;
96 
99  [optional, property] string CharFontFamilyComplex;
100 
101 
104  [property] string CharFontPitch;
105 
108  [optional, property] string CharFontPitchAsian;
109 
112  [optional, property] string CharFontPitchComplex;
113 
114 
117  [property] float CharHeight;
118 
121  [optional, property] float CharHeightAsian;
122 
125  [optional, property] float CharHeightComplex;
126 
127 
130  [property] float CharWeight;
131 
134  [optional, property] float CharWeightAsian;
135 
138  [optional, property] float CharWeightComplex;
139 
140 
144 
148 
152 
153 
156  [property] short CharUnderline;
157 
158 
161  [property] boolean CharCrossedOut;
162 
163 
166  [property] boolean CharContoured;
167 
168 
171  [property] boolean CharShadowed;
172 
173 
177 
178 
182 
183 
189  [property] boolean IsCellBackgroundTransparent;
190 
191 
195 
196 
200 
201 
208  [optional, property] long VertJustify;
209 
210 
213  [optional, property] boolean IsTextWrapped;
214 
215 
220 
221 
224  [optional, property] long RotateAngle;
225 
226 
233  [optional, property] long RotateReference;
234 
235 
239  [optional, property] long ParaTopMargin;
240 
241 
245  [optional, property] long ParaBottomMargin;
246 
247 
251  [optional, property] long ParaLeftMargin;
252 
253 
257  [optional, property] long ParaRightMargin;
258 
259 
265 
266 
274 };
275 
276 
277 }; }; }; };
278 
279 
280 #endif
281 
282 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */