LibreOffice
LibreOffice 24.2 SDK API Reference
UnoControlFormattedFieldModel.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 
21  module com { module sun { module star { module awt {
22 
23 
27 {
29 
30 
39  [property] short Align;
40 
41 
45 
46 
55  [property] short Border;
56 
57 
65  [optional, property] long BorderColor;
66 
67 
73  [property] any EffectiveDefault;
74 
75 
81  [property] double EffectiveMax;
82 
83 
89  [property] double EffectiveMin;
90 
91 
97  [property] double EffectiveValue;
98 
99 
102  [property] boolean Enabled;
103 
104 
108 
109 
113  [property] short FontEmphasisMark;
114 
115 
119  [property] short FontRelief;
120 
121 
128  [property] long FormatKey;
129 
130 
134 
135 
138  [property] string HelpText;
139 
140 
143  [property] string HelpURL;
144 
145 
146 
152  [optional, property] boolean HideInactiveSelection;
153 
154 
159  [property] short MaxTextLen;
160 
161 
164  [property] boolean Printable;
165 
166 
170  [property] boolean ReadOnly;
171 
172 
178  [optional, property] boolean Repeat;
179 
180 
191  [optional, property] long RepeatDelay;
192 
193 
196  [property] boolean Spin;
197 
198 
205  [optional, property] boolean StrictFormat;
206 
207 
210  [property] boolean Tabstop;
211 
212 
215  [property] string Text;
216 
217 
221 
222 
226 
227 
230  [property] boolean TreatAsNumber;
231 
240  [optional, property] short WritingMode;
241 
248  [optional, property] short MouseWheelBehavior;
249 
250 
256 
262 
268 };
269 
270 
271 }; }; }; };
272 
273 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::util::Color HighlightColor
specifies the background color (RGB) of selected text in the control which is highlighted.
Definition: UnoControlFormattedFieldModel.idl:261
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition: UnoControlFormattedFieldModel.idl:113
double EffectiveMin
specifies the minimum value that can be entered.
Definition: UnoControlFormattedFieldModel.idl:89
long BorderColor
specifies the color of the border, if present
Definition: UnoControlFormattedFieldModel.idl:65
boolean Repeat
specifies whether the mouse should show repeating behavior, i.e.
Definition: UnoControlFormattedFieldModel.idl:178
boolean HideInactiveSelection
specifies whether the selection in the control should be hidden when the control is not active (focus...
Definition: UnoControlFormattedFieldModel.idl:152
boolean Printable
specifies that the control will be printed with the document.
Definition: UnoControlFormattedFieldModel.idl:164
com::sun::star::util::Color HighlightTextColor
specifies the text color (RGB) of selected text in the control which is highlighted.
Definition: UnoControlFormattedFieldModel.idl:267
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the control.
Definition: UnoControlFormattedFieldModel.idl:44
Definition: Ambiguous.idl:20
long FormatKey
specifies the format to be used when formatting the field input and output.
Definition: UnoControlFormattedFieldModel.idl:128
short MouseWheelBehavior
defines how the mouse wheel can be used to scroll through the control's content.
Definition: UnoControlFormattedFieldModel.idl:248
com::sun::star::util::XNumberFormatsSupplier FormatsSupplier
supplies the formats the field should work with.
Definition: UnoControlFormattedFieldModel.idl:133
boolean Spin
specifies that the control has a spin button.
Definition: UnoControlFormattedFieldModel.idl:196
short MaxTextLen
specifies the maximum character count.
Definition: UnoControlFormattedFieldModel.idl:159
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition: UnoControlFormattedFieldModel.idl:210
string HelpURL
specifies the help URL of the control.
Definition: UnoControlFormattedFieldModel.idl:143
specifies the standard model of a UnoControl in the Smalltalk model view controller design...
Definition: UnoControlModel.idl:34
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition: VerticalAlignment.idl:27
specifies the standard model of a UnoControlFormattedField .
Definition: UnoControlFormattedFieldModel.idl:26
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition: UnoControlFormattedFieldModel.idl:107
boolean ReadOnly
specifies that the content of the control cannot be modified by the user.
Definition: UnoControlFormattedFieldModel.idl:170
supplies the collection of NumberFormats (for example, in a document) and the settings belonging to t...
Definition: XNumberFormatsSupplier.idl:28
boolean Enabled
determines whether the control is enabled or disabled.
Definition: UnoControlFormattedFieldModel.idl:102
describes the characteristics of a font.
Definition: FontDescriptor.idl:29
short WritingMode
denotes the writing mode used in the control, as specified in the com::sun::star::text::WritingMode2 ...
Definition: UnoControlFormattedFieldModel.idl:240
long RepeatDelay
specifies the mouse repeat delay, in milliseconds.
Definition: UnoControlFormattedFieldModel.idl:191
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition: UnoControlFormattedFieldModel.idl:119
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition: UnoControlFormattedFieldModel.idl:255
double EffectiveMax
specifies the maximum value that can be entered.
Definition: UnoControlFormattedFieldModel.idl:81
short Border
specifies the border style of the control.
Definition: UnoControlFormattedFieldModel.idl:55
string Text
specifies the text displayed in the control.
Definition: UnoControlFormattedFieldModel.idl:215
any EffectiveDefault
specifies the default value of the formatted field.
Definition: UnoControlFormattedFieldModel.idl:73
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the control.
Definition: UnoControlFormattedFieldModel.idl:225
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
boolean TreatAsNumber
specifies that the text is treated as a number.
Definition: UnoControlFormattedFieldModel.idl:230
boolean StrictFormat
specifies that the text is checked during the user input.
Definition: UnoControlFormattedFieldModel.idl:205
double EffectiveValue
specifies the current value of the formatted field.
Definition: UnoControlFormattedFieldModel.idl:97
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the control.
Definition: UnoControlFormattedFieldModel.idl:220
string HelpText
specifies the help text of the control.
Definition: UnoControlFormattedFieldModel.idl:138