LibreOffice
LibreOffice 24.8 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
20 module com { module sun { module star { module report {
21
25{
28 [attribute,bound] com::sun::star::util::Color ControlBackground
29 {
32 };
33
36 [attribute,bound] boolean ControlBackgroundTransparent
37 {
40 };
41
45 [attribute,bound] short ParaAdjust
46 {
49 };
50
51
54 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptor
55 {
58 };
59
62 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorAsian
63 {
66 };
67
70 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorComplex
71 {
74 };
75
76
80 [attribute,bound] short ControlTextEmphasis
81 {
84 };
85
88 [attribute,bound] short CharEmphasis
89 {
92 };
93
97 [attribute,bound] boolean CharCombineIsOn
98 {
101 };
105 [attribute,bound] string CharCombinePrefix
106 {
109 };
113 [attribute,bound] string CharCombineSuffix
114 {
117 };
118
123 [attribute,bound] boolean CharHidden
124 {
127 };
128
132 [attribute,bound] boolean CharShadowed
133 {
136 };
137
141 [attribute,bound] boolean CharContoured
142 {
145 };
146
152 [attribute,bound] short CharCaseMap
153 {
156 };
157
160 [attribute,bound] com::sun::star::lang::Locale CharLocale
161 {
164 };
165
171 [attribute,bound] short CharEscapement
172 {
175 };
176
182 [attribute,bound] byte CharEscapementHeight
183 {
186 };
187
192 [attribute,bound] boolean CharAutoKerning
193 {
196 };
197
200 [attribute,bound] short CharKerning
201 {
204 };
205
208 [attribute,bound] boolean CharFlash
209 {
212 };
213
217 [attribute,bound] short CharRelief
218 {
221 };
222
229 [attribute,bound] string CharFontName
230 {
233 };
234
239 [attribute,bound] string CharFontStyleName
240 {
243 };
244
248 [attribute,bound] short CharFontFamily
249 {
252 };
253
257 [attribute,bound] short CharFontCharSet
258 {
261 };
262
265 [attribute,bound] short CharFontPitch
266 {
269 };
270
273 [attribute,bound] com::sun::star::util::Color CharColor
274 {
277 };
278
279
282 [attribute,bound] com::sun::star::util::Color CharUnderlineColor
283 {
286 };
287
290 [attribute,bound] float CharHeight
291 {
294 };
295
296
299 [attribute,bound] short CharUnderline
300 {
303 };
304
305
308 [attribute,bound] float CharWeight
309 {
312 };
313
314
317 [attribute,bound] com::sun::star::awt::FontSlant CharPosture
318 {
321 };
322
326 [attribute,bound] short CharStrikeout
327 {
330 };
331
335 [attribute,bound] boolean CharWordMode
336 {
339 };
340
345 [attribute,bound] short CharRotation
346 {
349 };
350
357 [attribute,bound] short CharScaleWidth
358 {
361 };
362
366 [attribute,bound] com::sun::star::style::VerticalAlignment VerticalAlign
367 {
370 };
371
374 [attribute,bound] string HyperLinkURL
375 {
378 };
379
382 [attribute,bound] string HyperLinkTarget
383 {
386 };
387
390 [attribute,bound] string HyperLinkName
391 {
394 };
395
398 [attribute,bound] string VisitedCharStyleName
399 {
402 };
403
406 [attribute,bound] string UnvisitedCharStyleName
407 {
410 };
413 [attribute,bound] float CharHeightAsian
414 {
417 };
420 [attribute,bound] float CharWeightAsian
421 {
424 };
428 [attribute,bound] string CharFontNameAsian
429 {
432 };
436 [attribute,bound] string CharFontStyleNameAsian
437 {
440 };
444 [attribute,bound] short CharFontFamilyAsian
445 {
448 };
452 [attribute,bound] short CharFontCharSetAsian
453 {
456 };
459 [attribute,bound] short CharFontPitchAsian
460 {
463 };
466 [attribute,bound] com::sun::star::awt::FontSlant CharPostureAsian
467 {
470 };
471
474 [attribute,bound] com::sun::star::lang::Locale CharLocaleAsian
475 {
478 };
479
482 [attribute,bound] float CharHeightComplex
483 {
486 };
489 [attribute,bound] float CharWeightComplex
490 {
493 };
497 [attribute,bound] string CharFontNameComplex
498 {
501 };
505 [attribute,bound] string CharFontStyleNameComplex
506
507 {
510 };
514 [attribute,bound] short CharFontFamilyComplex
515 {
518 };
522 [attribute,bound] short CharFontCharSetComplex
523 {
526 };
529 [attribute,bound] short CharFontPitchComplex
530 {
533 };
536 [attribute,bound] com::sun::star::awt::FontSlant CharPostureComplex
537 {
540 };
541
544 [attribute,bound] com::sun::star::lang::Locale CharLocaleComplex
545 {
548 };
549};
550
551
552}; }; }; };
553
554/* 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:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
specifies a format condition for a control.
Definition XReportControlFormat.idl:25
FontSlant
used to specify the slant of a font.
Definition FontSlant.idl:28
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition VerticalAlignment.idl:28
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
describes the characteristics of a font.
Definition FontDescriptor.idl:30
object represents a specific geographical, political, or cultural region.
Definition Locale.idl:34