LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
UnoControlEditModel.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
26published service UnoControlEditModel
27{
29
30
39 [property] short Align;
40
41
47 [optional, property] boolean AutoHScroll;
48
49
55 [optional, property] boolean AutoVScroll;
56
57
61
62
71 [property] short Border;
72
73
81 [optional, property] long BorderColor;
82
83
86 [optional, property] short EchoChar;
87
88
91 [property] boolean Enabled;
92
93
97
98
102 [property] short FontEmphasisMark;
103
104
108 [property] short FontRelief;
109
110
114 [property] boolean HardLineBreaks;
115
116
119 [property] string HelpText;
120
121
124 [property] string HelpURL;
125
126
132 [optional, property] boolean HideInactiveSelection;
133
134
138 [property] boolean HScroll;
139
140
156 [optional, property] short LineEndFormat;
157
158
163 [property] short MaxTextLen;
164
165
168 [property] boolean MultiLine;
169
170
175 [optional, property] boolean PaintTransparent;
176
177
180 [property] boolean Printable;
181
182
185 [property] boolean ReadOnly;
186
187
190 [property] boolean Tabstop;
191
192
195 [property] string Text;
196
197
201
202
206
207
211 [property] boolean VScroll;
212
221 [optional, property] short WritingMode;
222
223
229
235
241};
242
243
244}; }; }; };
245
246/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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
specifies the standard model of a UnoControlEdit.
Definition UnoControlEditModel.idl:27
short WritingMode
denotes the writing mode used in the control, as specified in the com::sun::star::text::WritingMode2 ...
Definition UnoControlEditModel.idl:221
short EchoChar
specifies the echo character for a password edit field.
Definition UnoControlEditModel.idl:86
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the control.
Definition UnoControlEditModel.idl:200
boolean HScroll
specifies if the content of the control can be scrolled in the horizontal direction.
Definition UnoControlEditModel.idl:138
short LineEndFormat
specifies which line end type should be used for multi line text
Definition UnoControlEditModel.idl:156
boolean ReadOnly
specifies that the content of the control cannot be modified by the user.
Definition UnoControlEditModel.idl:185
boolean AutoVScroll
If set to true a vertical scrollbar will be added automatically when needed.
Definition UnoControlEditModel.idl:55
boolean HideInactiveSelection
specifies whether the selection in the control should be hidden when the control is not active (focus...
Definition UnoControlEditModel.idl:132
boolean PaintTransparent
specifies whether the control paints it background or not.
Definition UnoControlEditModel.idl:175
short Border
specifies the border style of the control.
Definition UnoControlEditModel.idl:71
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition UnoControlEditModel.idl:190
boolean AutoHScroll
If set to true an horizontal scrollbar will be added automatically when needed.
Definition UnoControlEditModel.idl:47
boolean HardLineBreaks
specifies if hard line breaks will be returned in the XTextComponent::getText() method.
Definition UnoControlEditModel.idl:114
string HelpURL
specifies the help URL of the control.
Definition UnoControlEditModel.idl:124
long BorderColor
specifies the color of the border, if present
Definition UnoControlEditModel.idl:81
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the control.
Definition UnoControlEditModel.idl:205
string HelpText
specifies the help text of the control.
Definition UnoControlEditModel.idl:119
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the control.
Definition UnoControlEditModel.idl:60
com::sun::star::util::Color HighlightTextColor
specifies the text color (RGB) of selected text in the control which is highlighted.
Definition UnoControlEditModel.idl:240
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition UnoControlEditModel.idl:96
com::sun::star::util::Color HighlightColor
specifies the background color (RGB) of selected text in the control which is highlighted.
Definition UnoControlEditModel.idl:234
boolean VScroll
specifies if the content of the control can be scrolled in the vertical direction.
Definition UnoControlEditModel.idl:211
string Text
specifies the text displayed in the control.
Definition UnoControlEditModel.idl:195
short MaxTextLen
specifies the maximum character count.
Definition UnoControlEditModel.idl:163
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition UnoControlEditModel.idl:108
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition UnoControlEditModel.idl:102
short Align
specifies the horizontal alignment of the text in the control.
Definition UnoControlEditModel.idl:39
boolean Printable
specifies that the control will be printed with the document.
Definition UnoControlEditModel.idl:180
boolean Enabled
determines whether the control is enabled or disabled.
Definition UnoControlEditModel.idl:91
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition UnoControlEditModel.idl:228
boolean MultiLine
specifies that the control may have more than one line.
Definition UnoControlEditModel.idl:168
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition UnoControlModel.idl:35
describes the characteristics of a font.
Definition FontDescriptor.idl:30