LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
sheet
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
23
#include <
com/sun/star/beans/XPropertySet.idl
>
24
#include <
com/sun/star/util/Color.idl
>
25
#include <
com/sun/star/lang/Locale.idl
>
26
#include <
com/sun/star/awt/FontSlant.idl
>
27
#include <
com/sun/star/table/ShadowFormat.idl
>
28
#include <
com/sun/star/table/CellHoriJustify.idl
>
29
#include <
com/sun/star/table/CellVertJustify.idl
>
30
#include <
com/sun/star/table/CellOrientation.idl
>
31
#include <
com/sun/star/table/TableBorder.idl
>
32
#include <
com/sun/star/table/TableBorder2.idl
>
33
34
35
module com { module sun { module star { module sheet {
36
37
41
published service
TableAutoFormatField
42
{
43
45
47
interface
com::sun::star::beans::XPropertySet
;
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
143
[property]
com::sun::star::awt::FontSlant
CharPosture
;
144
147
[optional, property]
com::sun::star::awt::FontSlant
CharPostureAsian
;
148
151
[optional, property]
com::sun::star::awt::FontSlant
CharPostureComplex
;
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
176
[property]
com::sun::star::util::Color
CharColor
;
177
178
181
[property]
com::sun::star::util::Color
CellBackColor
;
182
183
189
[property]
boolean
IsCellBackgroundTransparent
;
190
191
194
[optional, property]
com::sun::star::table::ShadowFormat
ShadowFormat
;
195
196
199
[optional, property]
com::sun::star::table::CellHoriJustify
HoriJustify
;
200
201
208
[optional, property]
long
VertJustify
;
209
210
213
[optional, property]
boolean
IsTextWrapped
;
214
215
219
[optional, property]
com::sun::star::table::CellOrientation
Orientation
;
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
264
[optional, property]
com::sun::star::table::TableBorder
TableBorder
;
265
266
273
[optional, property]
com::sun::star::table::TableBorder2
TableBorder2
;
274
};
275
276
277
}; }; }; };
278
279
280
#endif
281
282
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4