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
report
XReportControlFormat.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
#ifndef __com_sun_star_report_XReportControlFormat_idl__
20
#define __com_sun_star_report_XReportControlFormat_idl__
21
22
#include <
com/sun/star/awt/FontDescriptor.idl
>
23
#include <
com/sun/star/awt/FontSlant.idl
>
24
#include <
com/sun/star/beans/XPropertySet.idl
>
25
#include <
com/sun/star/lang/IllegalArgumentException.idl
>
26
#include <
com/sun/star/lang/Locale.idl
>
27
#include <
com/sun/star/style/ParagraphAdjust.idl
>
28
#include <
com/sun/star/style/VerticalAlignment.idl
>
29
#include <
com/sun/star/util/Color.idl
>
30
31
module com { module sun { module star { module report {
32
35
interface
XReportControlFormat
36
{
39
[attribute,bound]
com::sun::star::util::Color
ControlBackground
40
{
41
set raises (
com::sun::star::beans::UnknownPropertyException
);
42
get
raises (
com::sun::star::beans::UnknownPropertyException
);
43
};
44
47
[attribute,bound]
boolean
ControlBackgroundTransparent
48
{
49
set raises (
com::sun::star::beans::UnknownPropertyException
);
50
get
raises (
com::sun::star::beans::UnknownPropertyException
);
51
};
52
56
[attribute,bound]
short
ParaAdjust
57
{
58
set raises (
com::sun::star::beans::UnknownPropertyException
);
59
get
raises (
com::sun::star::beans::UnknownPropertyException
);
60
};
61
62
65
[attribute,bound]
com::sun::star::awt::FontDescriptor
FontDescriptor
66
{
67
set raises (
com::sun::star::beans::UnknownPropertyException
);
68
get
raises (
com::sun::star::beans::UnknownPropertyException
);
69
};
70
73
[attribute,bound]
com::sun::star::awt::FontDescriptor
FontDescriptorAsian
74
{
75
set raises (
com::sun::star::beans::UnknownPropertyException
);
76
get
raises (
com::sun::star::beans::UnknownPropertyException
);
77
};
78
81
[attribute,bound]
com::sun::star::awt::FontDescriptor
FontDescriptorComplex
82
{
83
set raises (
com::sun::star::beans::UnknownPropertyException
);
84
get
raises (
com::sun::star::beans::UnknownPropertyException
);
85
};
86
87
91
[attribute,bound]
short
ControlTextEmphasis
92
{
93
set raises (
com::sun::star::beans::UnknownPropertyException
);
94
get
raises (
com::sun::star::beans::UnknownPropertyException
);
95
};
96
99
[attribute,bound]
short
CharEmphasis
100
{
101
set raises (
com::sun::star::beans::UnknownPropertyException
);
102
get
raises (
com::sun::star::beans::UnknownPropertyException
);
103
};
104
108
[attribute,bound]
boolean
CharCombineIsOn
109
{
110
set raises (
com::sun::star::beans::UnknownPropertyException
);
111
get
raises (
com::sun::star::beans::UnknownPropertyException
);
112
};
116
[attribute,bound]
string
CharCombinePrefix
117
{
118
set raises (
com::sun::star::beans::UnknownPropertyException
);
119
get
raises (
com::sun::star::beans::UnknownPropertyException
);
120
};
124
[attribute,bound]
string
CharCombineSuffix
125
{
126
set raises (
com::sun::star::beans::UnknownPropertyException
);
127
get
raises (
com::sun::star::beans::UnknownPropertyException
);
128
};
129
134
[attribute,bound]
boolean
CharHidden
135
{
136
set raises (
com::sun::star::beans::UnknownPropertyException
);
137
get
raises (
com::sun::star::beans::UnknownPropertyException
);
138
};
139
143
[attribute,bound]
boolean
CharShadowed
144
{
145
set raises (
com::sun::star::beans::UnknownPropertyException
);
146
get
raises (
com::sun::star::beans::UnknownPropertyException
);
147
};
148
152
[attribute,bound]
boolean
CharContoured
153
{
154
set raises (
com::sun::star::beans::UnknownPropertyException
);
155
get
raises (
com::sun::star::beans::UnknownPropertyException
);
156
};
157
163
[attribute,bound]
short
CharCaseMap
164
{
165
set raises (
com::sun::star::beans::UnknownPropertyException
);
166
get
raises (
com::sun::star::beans::UnknownPropertyException
);
167
};
168
171
[attribute,bound]
com::sun::star::lang::Locale
CharLocale
172
{
173
set raises (
com::sun::star::beans::UnknownPropertyException
);
174
get
raises (
com::sun::star::beans::UnknownPropertyException
);
175
};
176
182
[attribute,bound]
short
CharEscapement
183
{
184
set raises (
com::sun::star::beans::UnknownPropertyException
);
185
get
raises (
com::sun::star::beans::UnknownPropertyException
);
186
};
187
193
[attribute,bound] byte CharEscapementHeight
194
{
195
set raises (
com::sun::star::beans::UnknownPropertyException
);
196
get
raises (
com::sun::star::beans::UnknownPropertyException
);
197
};
198
203
[attribute,bound]
boolean
CharAutoKerning
204
{
205
set raises (
com::sun::star::beans::UnknownPropertyException
);
206
get
raises (
com::sun::star::beans::UnknownPropertyException
);
207
};
208
211
[attribute,bound]
short
CharKerning
212
{
213
set raises (
com::sun::star::beans::UnknownPropertyException
);
214
get
raises (
com::sun::star::beans::UnknownPropertyException
);
215
};
216
219
[attribute,bound]
boolean
CharFlash
220
{
221
set raises (
com::sun::star::beans::UnknownPropertyException
);
222
get
raises (
com::sun::star::beans::UnknownPropertyException
);
223
};
224
228
[attribute,bound]
short
CharRelief
229
{
230
set raises (
com::sun::star::beans::UnknownPropertyException
);
231
get
raises (
com::sun::star::beans::UnknownPropertyException
);
232
};
233
240
[attribute,bound]
string
CharFontName
241
{
242
set raises (
com::sun::star::beans::UnknownPropertyException
);
243
get
raises (
com::sun::star::beans::UnknownPropertyException
);
244
};
245
250
[attribute,bound]
string
CharFontStyleName
251
{
252
set raises (
com::sun::star::beans::UnknownPropertyException
);
253
get
raises (
com::sun::star::beans::UnknownPropertyException
);
254
};
255
259
[attribute,bound]
short
CharFontFamily
260
{
261
set raises (
com::sun::star::beans::UnknownPropertyException
);
262
get
raises (
com::sun::star::beans::UnknownPropertyException
);
263
};
264
268
[attribute,bound]
short
CharFontCharSet
269
{
270
set raises (
com::sun::star::beans::UnknownPropertyException
);
271
get
raises (
com::sun::star::beans::UnknownPropertyException
);
272
};
273
276
[attribute,bound]
short
CharFontPitch
277
{
278
set raises (
com::sun::star::beans::UnknownPropertyException
);
279
get
raises (
com::sun::star::beans::UnknownPropertyException
);
280
};
281
284
[attribute,bound]
com::sun::star::util::Color
CharColor
285
{
286
set raises (
com::sun::star::beans::UnknownPropertyException
);
287
get
raises (
com::sun::star::beans::UnknownPropertyException
);
288
};
289
290
293
[attribute,bound]
com::sun::star::util::Color
CharUnderlineColor
294
{
295
set raises (
com::sun::star::beans::UnknownPropertyException
);
296
get
raises (
com::sun::star::beans::UnknownPropertyException
);
297
};
298
301
[attribute,bound]
float
CharHeight
302
{
303
set raises (
com::sun::star::beans::UnknownPropertyException
);
304
get
raises (
com::sun::star::beans::UnknownPropertyException
);
305
};
306
307
310
[attribute,bound]
short
CharUnderline
311
{
312
set raises (
com::sun::star::beans::UnknownPropertyException
);
313
get
raises (
com::sun::star::beans::UnknownPropertyException
);
314
};
315
316
319
[attribute,bound]
float
CharWeight
320
{
321
set raises (
com::sun::star::beans::UnknownPropertyException
);
322
get
raises (
com::sun::star::beans::UnknownPropertyException
);
323
};
324
325
328
[attribute,bound]
com::sun::star::awt::FontSlant
CharPosture
329
{
330
set raises (
com::sun::star::beans::UnknownPropertyException
);
331
get
raises (
com::sun::star::beans::UnknownPropertyException
);
332
};
333
337
[attribute,bound]
short
CharStrikeout
338
{
339
set raises (
com::sun::star::beans::UnknownPropertyException
);
340
get
raises (
com::sun::star::beans::UnknownPropertyException
);
341
};
342
346
[attribute,bound]
boolean
CharWordMode
347
{
348
set raises (
com::sun::star::beans::UnknownPropertyException
);
349
get
raises (
com::sun::star::beans::UnknownPropertyException
);
350
};
351
356
[attribute,bound]
short
CharRotation
357
{
358
set raises (
com::sun::star::beans::UnknownPropertyException
);
359
get
raises (
com::sun::star::beans::UnknownPropertyException
);
360
};
361
368
[attribute,bound]
short
CharScaleWidth
369
{
370
set raises (
com::sun::star::beans::UnknownPropertyException
);
371
get
raises (
com::sun::star::beans::UnknownPropertyException
);
372
};
373
377
[attribute,bound]
com::sun::star::style::VerticalAlignment
VerticalAlign
378
{
379
set raises (
com::sun::star::lang::IllegalArgumentException
,
com::sun::star::beans::UnknownPropertyException
);
380
get
raises (
com::sun::star::beans::UnknownPropertyException
);
381
};
382
385
[attribute,bound]
string
HyperLinkURL
386
{
387
set raises (
com::sun::star::beans::UnknownPropertyException
);
388
get
raises (
com::sun::star::beans::UnknownPropertyException
);
389
};
390
393
[attribute,bound]
string
HyperLinkTarget
394
{
395
set raises (
com::sun::star::beans::UnknownPropertyException
);
396
get
raises (
com::sun::star::beans::UnknownPropertyException
);
397
};
398
401
[attribute,bound]
string
HyperLinkName
402
{
403
set raises (
com::sun::star::beans::UnknownPropertyException
);
404
get
raises (
com::sun::star::beans::UnknownPropertyException
);
405
};
406
409
[attribute,bound]
string
VisitedCharStyleName
410
{
411
set raises (
com::sun::star::beans::UnknownPropertyException
);
412
get
raises (
com::sun::star::beans::UnknownPropertyException
);
413
};
414
417
[attribute,bound]
string
UnvisitedCharStyleName
418
{
419
set raises (
com::sun::star::beans::UnknownPropertyException
);
420
get
raises (
com::sun::star::beans::UnknownPropertyException
);
421
};
424
[attribute,bound]
float
CharHeightAsian
425
{
426
set raises (
com::sun::star::beans::UnknownPropertyException
);
427
get
raises (
com::sun::star::beans::UnknownPropertyException
);
428
};
431
[attribute,bound]
float
CharWeightAsian
432
{
433
set raises (
com::sun::star::beans::UnknownPropertyException
);
434
get
raises (
com::sun::star::beans::UnknownPropertyException
);
435
};
439
[attribute,bound]
string
CharFontNameAsian
440
{
441
set raises (
com::sun::star::beans::UnknownPropertyException
);
442
get
raises (
com::sun::star::beans::UnknownPropertyException
);
443
};
447
[attribute,bound]
string
CharFontStyleNameAsian
448
{
449
set raises (
com::sun::star::beans::UnknownPropertyException
);
450
get
raises (
com::sun::star::beans::UnknownPropertyException
);
451
};
455
[attribute,bound]
short
CharFontFamilyAsian
456
{
457
set raises (
com::sun::star::beans::UnknownPropertyException
);
458
get
raises (
com::sun::star::beans::UnknownPropertyException
);
459
};
463
[attribute,bound]
short
CharFontCharSetAsian
464
{
465
set raises (
com::sun::star::beans::UnknownPropertyException
);
466
get
raises (
com::sun::star::beans::UnknownPropertyException
);
467
};
470
[attribute,bound]
short
CharFontPitchAsian
471
{
472
set raises (
com::sun::star::beans::UnknownPropertyException
);
473
get
raises (
com::sun::star::beans::UnknownPropertyException
);
474
};
477
[attribute,bound]
com::sun::star::awt::FontSlant
CharPostureAsian
478
{
479
set raises (
com::sun::star::beans::UnknownPropertyException
);
480
get
raises (
com::sun::star::beans::UnknownPropertyException
);
481
};
482
485
[attribute,bound]
com::sun::star::lang::Locale
CharLocaleAsian
486
{
487
set raises (
com::sun::star::beans::UnknownPropertyException
);
488
get
raises (
com::sun::star::beans::UnknownPropertyException
);
489
};
490
493
[attribute,bound]
float
CharHeightComplex
494
{
495
set raises (
com::sun::star::beans::UnknownPropertyException
);
496
get
raises (
com::sun::star::beans::UnknownPropertyException
);
497
};
500
[attribute,bound]
float
CharWeightComplex
501
{
502
set raises (
com::sun::star::beans::UnknownPropertyException
);
503
get
raises (
com::sun::star::beans::UnknownPropertyException
);
504
};
508
[attribute,bound]
string
CharFontNameComplex
509
{
510
set raises (
com::sun::star::beans::UnknownPropertyException
);
511
get
raises (
com::sun::star::beans::UnknownPropertyException
);
512
};
516
[attribute,bound]
string
CharFontStyleNameComplex
517
518
{
519
set raises (
com::sun::star::beans::UnknownPropertyException
);
520
get
raises (
com::sun::star::beans::UnknownPropertyException
);
521
};
525
[attribute,bound]
short
CharFontFamilyComplex
526
{
527
set raises (
com::sun::star::beans::UnknownPropertyException
);
528
get
raises (
com::sun::star::beans::UnknownPropertyException
);
529
};
533
[attribute,bound]
short
CharFontCharSetComplex
534
{
535
set raises (
com::sun::star::beans::UnknownPropertyException
);
536
get
raises (
com::sun::star::beans::UnknownPropertyException
);
537
};
540
[attribute,bound]
short
CharFontPitchComplex
541
{
542
set raises (
com::sun::star::beans::UnknownPropertyException
);
543
get
raises (
com::sun::star::beans::UnknownPropertyException
);
544
};
547
[attribute,bound]
com::sun::star::awt::FontSlant
CharPostureComplex
548
{
549
set raises (
com::sun::star::beans::UnknownPropertyException
);
550
get
raises (
com::sun::star::beans::UnknownPropertyException
);
551
};
552
555
[attribute,bound]
com::sun::star::lang::Locale
CharLocaleComplex
556
{
557
set raises (
com::sun::star::beans::UnknownPropertyException
);
558
get
raises (
com::sun::star::beans::UnknownPropertyException
);
559
};
560
};
561
562
563
}; }; }; };
564
#endif
565
566
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4