LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
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
30
31 module com { module sun { module star { module report {
32
36{
39 [attribute,bound] com::sun::star::util::Color ControlBackground
40 {
43 };
44
47 [attribute,bound] boolean ControlBackgroundTransparent
48 {
51 };
52
56 [attribute,bound] short ParaAdjust
57 {
60 };
61
62
65 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptor
66 {
69 };
70
73 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorAsian
74 {
77 };
78
81 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorComplex
82 {
85 };
86
87
91 [attribute,bound] short ControlTextEmphasis
92 {
95 };
96
99 [attribute,bound] short CharEmphasis
100 {
103 };
104
108 [attribute,bound] boolean CharCombineIsOn
109 {
112 };
116 [attribute,bound] string CharCombinePrefix
117 {
120 };
124 [attribute,bound] string CharCombineSuffix
125 {
128 };
129
134 [attribute,bound] boolean CharHidden
135 {
138 };
139
143 [attribute,bound] boolean CharShadowed
144 {
147 };
148
152 [attribute,bound] boolean CharContoured
153 {
156 };
157
163 [attribute,bound] short CharCaseMap
164 {
167 };
168
171 [attribute,bound] com::sun::star::lang::Locale CharLocale
172 {
175 };
176
182 [attribute,bound] short CharEscapement
183 {
186 };
187
193 [attribute,bound] byte CharEscapementHeight
194 {
197 };
198
203 [attribute,bound] boolean CharAutoKerning
204 {
207 };
208
211 [attribute,bound] short CharKerning
212 {
215 };
216
219 [attribute,bound] boolean CharFlash
220 {
223 };
224
228 [attribute,bound] short CharRelief
229 {
232 };
233
240 [attribute,bound] string CharFontName
241 {
244 };
245
250 [attribute,bound] string CharFontStyleName
251 {
254 };
255
259 [attribute,bound] short CharFontFamily
260 {
263 };
264
268 [attribute,bound] short CharFontCharSet
269 {
272 };
273
276 [attribute,bound] short CharFontPitch
277 {
280 };
281
284 [attribute,bound] com::sun::star::util::Color CharColor
285 {
288 };
289
290
293 [attribute,bound] com::sun::star::util::Color CharUnderlineColor
294 {
297 };
298
301 [attribute,bound] float CharHeight
302 {
305 };
306
307
310 [attribute,bound] short CharUnderline
311 {
314 };
315
316
319 [attribute,bound] float CharWeight
320 {
323 };
324
325
328 [attribute,bound] com::sun::star::awt::FontSlant CharPosture
329 {
332 };
333
337 [attribute,bound] short CharStrikeout
338 {
341 };
342
346 [attribute,bound] boolean CharWordMode
347 {
350 };
351
356 [attribute,bound] short CharRotation
357 {
360 };
361
368 [attribute,bound] short CharScaleWidth
369 {
372 };
373
377 [attribute,bound] com::sun::star::style::VerticalAlignment VerticalAlign
378 {
381 };
382
385 [attribute,bound] string HyperLinkURL
386 {
389 };
390
393 [attribute,bound] string HyperLinkTarget
394 {
397 };
398
401 [attribute,bound] string HyperLinkName
402 {
405 };
406
409 [attribute,bound] string VisitedCharStyleName
410 {
413 };
414
417 [attribute,bound] string UnvisitedCharStyleName
418 {
421 };
424 [attribute,bound] float CharHeightAsian
425 {
428 };
431 [attribute,bound] float CharWeightAsian
432 {
435 };
439 [attribute,bound] string CharFontNameAsian
440 {
443 };
447 [attribute,bound] string CharFontStyleNameAsian
448 {
451 };
455 [attribute,bound] short CharFontFamilyAsian
456 {
459 };
463 [attribute,bound] short CharFontCharSetAsian
464 {
467 };
470 [attribute,bound] short CharFontPitchAsian
471 {
474 };
477 [attribute,bound] com::sun::star::awt::FontSlant CharPostureAsian
478 {
481 };
482
485 [attribute,bound] com::sun::star::lang::Locale CharLocaleAsian
486 {
489 };
490
493 [attribute,bound] float CharHeightComplex
494 {
497 };
500 [attribute,bound] float CharWeightComplex
501 {
504 };
508 [attribute,bound] string CharFontNameComplex
509 {
512 };
516 [attribute,bound] string CharFontStyleNameComplex
517
518 {
521 };
525 [attribute,bound] short CharFontFamilyComplex
526 {
529 };
533 [attribute,bound] short CharFontCharSetComplex
534 {
537 };
540 [attribute,bound] short CharFontPitchComplex
541 {
544 };
547 [attribute,bound] com::sun::star::awt::FontSlant CharPostureComplex
548 {
551 };
552
555 [attribute,bound] com::sun::star::lang::Locale CharLocaleComplex
556 {
559 };
560};
561
562
563}; }; }; };
564#endif
565
566/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition UnknownPropertyException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
specifies a format condition for a control.
Definition XReportControlFormat.idl:36
FontSlant
used to specify the slant of a font.
Definition FontSlant.idl:30
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition VerticalAlignment.idl:30
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:36
Definition Ambiguous.idl:22
describes the characteristics of a font.
Definition FontDescriptor.idl:34
object represents a specific geographical, political, or cultural region.
Definition Locale.idl:38