LibreOffice
LibreOffice 25.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{
29 {
32 };
33
36 [attribute,bound] boolean ControlBackgroundTransparent
37 {
40 };
41
45 [attribute,bound] short ParaAdjust
46 {
49 };
50
51
55 {
58 };
59
63 {
66 };
67
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
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
274 {
277 };
278
279
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
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
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 };
467 {
470 };
471
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 };
537 {
540 };
541
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
short CharFontCharSet
This attribute contains the text encoding of the font as specified in com.sun.star....
Definition XReportControlFormat.idl:261
com::sun::star::lang::Locale CharLocale
contains the value of the locale.
Definition XReportControlFormat.idl:164
short CharFontPitch
This attribute contains the font pitch as specified in com.sun.star.awt.FontPitch.
Definition XReportControlFormat.idl:269
string CharCombinePrefix
contains the prefix (usually parenthesis) before text that is formatted in two lines.
Definition XReportControlFormat.idl:109
short CharScaleWidth
determines the percentage value for scaling the width of characters.
Definition XReportControlFormat.idl:361
byte CharEscapementHeight
This is the additional height used for subscript or superscript characters in units of percent.
Definition XReportControlFormat.idl:186
com::sun::star::lang::Locale CharLocaleComplex
contains the value of the locale.
Definition XReportControlFormat.idl:548
boolean CharContoured
specifies if the characters are formatted and displayed with a contour effect.
Definition XReportControlFormat.idl:145
short CharEmphasis
contains the font emphasis value as com::sun::star::text::FontEmphasis.
Definition XReportControlFormat.idl:92
short CharKerning
optional property which contains the value of the kerning of the characters.
Definition XReportControlFormat.idl:204
short CharUnderline
This attribute contains the value for the character underline.
Definition XReportControlFormat.idl:303
string CharFontNameComplex
This property specifies the name of the font style.
Definition XReportControlFormat.idl:501
string CharFontNameAsian
This property specifies the name of the font style.
Definition XReportControlFormat.idl:432
string HyperLinkTarget
contains the name of the target for a hyperlink (if set).
Definition XReportControlFormat.idl:386
com::sun::star::awt::FontSlant CharPostureAsian
This property contains the value of the posture of the document.
Definition XReportControlFormat.idl:470
float CharWeight
This attribute contains the value of the font weight.
Definition XReportControlFormat.idl:312
com::sun::star::util::Color CharColor
specifies the text color (RGB) of the control.
Definition XReportControlFormat.idl:277
com::sun::star::lang::Locale CharLocaleAsian
contains the value of the locale.
Definition XReportControlFormat.idl:478
short CharFontFamilyComplex
This property contains font family as specified in com.sun.star.awt.FontFamily .
Definition XReportControlFormat.idl:518
com::sun::star::util::Color CharUnderlineColor
specifies the text line color (RGB) of the control.
Definition XReportControlFormat.idl:286
boolean CharShadowed
specifies if the characters are formatted and displayed with a shadow effect.
Definition XReportControlFormat.idl:136
com::sun::star::awt::FontDescriptor FontDescriptorComplex
specifies the font attributes of the text in the control.
Definition XReportControlFormat.idl:74
boolean CharHidden
If this optional property is TRUE, then the characters are invisible.
Definition XReportControlFormat.idl:127
string CharFontStyleName
This attribute contains the name of the font style.
Definition XReportControlFormat.idl:243
boolean CharCombineIsOn
determines whether text is formatted in two lines.
Definition XReportControlFormat.idl:101
string HyperLinkName
contains the name of the hyperlink (if set).
Definition XReportControlFormat.idl:394
short CharEscapement
specifies the percentage by which to raise/lower superscript/subscript characters.
Definition XReportControlFormat.idl:175
com::sun::star::awt::FontSlant CharPostureComplex
This property contains the value of the posture of the document.
Definition XReportControlFormat.idl:540
string CharFontName
This attribute specifies the name of the font style.
Definition XReportControlFormat.idl:233
short CharFontPitchComplex
This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
Definition XReportControlFormat.idl:533
short CharFontCharSetAsian
This property contains the text encoding of the font as specified in com.sun.star....
Definition XReportControlFormat.idl:456
float CharHeightAsian
This value contains the height of the characters in point.
Definition XReportControlFormat.idl:417
string CharCombineSuffix
contains the suffix (usually parenthesis) after text that is formatted in two lines.
Definition XReportControlFormat.idl:117
short CharRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition XReportControlFormat.idl:221
boolean CharAutoKerning
optional property to determine whether the kerning tables from the current font are used.
Definition XReportControlFormat.idl:196
short CharFontPitchAsian
This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
Definition XReportControlFormat.idl:463
short CharRotation
determines the rotation of a character in degree.
Definition XReportControlFormat.idl:349
float CharWeightAsian
This property contains the value of the font weight.
Definition XReportControlFormat.idl:424
string UnvisitedCharStyleName
contains the character style name for unvisited hyperlinks.
Definition XReportControlFormat.idl:410
short CharStrikeout
determines the type of the strike out of the character.
Definition XReportControlFormat.idl:330
float CharHeightComplex
This value contains the height of the characters in point.
Definition XReportControlFormat.idl:486
com::sun::star::util::Color ControlBackground
specifies the background color (RGB) of the control.
Definition XReportControlFormat.idl:32
short CharFontFamilyAsian
This property contains font family as specified in com.sun.star.awt.FontFamily .
Definition XReportControlFormat.idl:448
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition XReportControlFormat.idl:58
float CharHeight
This value contains the height of the characters in point.
Definition XReportControlFormat.idl:294
boolean CharWordMode
If this attribute is TRUE, the underline and strike-through properties are not applied to white space...
Definition XReportControlFormat.idl:339
short ParaAdjust
specifies the horizontal alignment of the text.
Definition XReportControlFormat.idl:49
short CharCaseMap
optional property which contains the value of the case-mapping of the text for formatting and display...
Definition XReportControlFormat.idl:156
float CharWeightComplex
This property contains the value of the font weight.
Definition XReportControlFormat.idl:493
string VisitedCharStyleName
contains the character style name for visited hyperlinks.
Definition XReportControlFormat.idl:402
com::sun::star::awt::FontDescriptor FontDescriptorAsian
specifies the font attributes of the text in the control.
Definition XReportControlFormat.idl:66
string CharFontStyleNameAsian
This property contains the name of the font style.
Definition XReportControlFormat.idl:440
short CharFontFamily
This attribute contains font family as specified in com.sun.star.awt.FontFamily .
Definition XReportControlFormat.idl:252
boolean ControlBackgroundTransparent
determines if the background color is set to transparent.
Definition XReportControlFormat.idl:40
boolean CharFlash
If this optional property is TRUE, then the characters are flashing.
Definition XReportControlFormat.idl:212
string CharFontStyleNameComplex
This property contains the name of the font style.
Definition XReportControlFormat.idl:510
short CharFontCharSetComplex
This property contains the text encoding of the font as specified in com.sun.star....
Definition XReportControlFormat.idl:526
string HyperLinkURL
contains the URL of a hyperlink (if set).
Definition XReportControlFormat.idl:378
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition XReportControlFormat.idl:370
com::sun::star::awt::FontSlant CharPosture
This attribute contains the value of the posture of the document.
Definition XReportControlFormat.idl:321
short ControlTextEmphasis
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition XReportControlFormat.idl:84
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