LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_UnoControlEditModel_idl__
20 #define __com_sun_star_awt_UnoControlEditModel_idl__
30 module
com { module sun { module star { module awt {
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the control.
Definition: UnoControlEditModel.idl:69
short MaxTextLen
specifies the maximum character count.
Definition: UnoControlEditModel.idl:172
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition: UnoControlEditModel.idl:117
string HelpURL
specifies the help URL of the control.
Definition: UnoControlEditModel.idl:133
short LineEndFormat
specifies which line end type should be used for multi line text
Definition: UnoControlEditModel.idl:165
specifies the standard model of a UnoControlEdit.
Definition: UnoControlEditModel.idl:36
boolean AutoHScroll
If set to true an horizontal scrollbar will be added automatically when needed.
Definition: UnoControlEditModel.idl:56
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition: UnoControlEditModel.idl:111
short EchoChar
specifies the echo character for a password edit field.
Definition: UnoControlEditModel.idl:95
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition: VerticalAlignment.idl:30
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the control.
Definition: UnoControlEditModel.idl:209
boolean AutoVScroll
If set to true a vertical scrollbar will be added automatically when needed.
Definition: UnoControlEditModel.idl:64
string HelpText
specifies the help text of the control.
Definition: UnoControlEditModel.idl:128
boolean HScroll
specifies if the content of the control can be scrolled in the horizontal direction.
Definition: UnoControlEditModel.idl:147
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition: UnoControlEditModel.idl:105
short Align
specifies the horizontal alignment of the text in the control.
Definition: UnoControlEditModel.idl:37
describes the characteristics of a font.
Definition: FontDescriptor.idl:34
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition: UnoControlModel.idl:50
boolean MultiLine
specifies that the control may have more than one line.
Definition: UnoControlEditModel.idl:177
short WritingMode
denotes the writing mode used in the control, as specified in the com::sun::star::text::WritingMode2 ...
Definition: UnoControlEditModel.idl:230
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition: UnoControlEditModel.idl:199
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition: UnoControlEditModel.idl:237
boolean Printable
specifies that the control will be printed with the document.
Definition: UnoControlEditModel.idl:189
short Border
specifies the border style of the control.
Definition: UnoControlEditModel.idl:80
boolean ReadOnly
specifies that the content of the control cannot be modified by the user.
Definition: UnoControlEditModel.idl:194
Definition: Ambiguous.idl:22
string Text
specifies the text displayed in the control.
Definition: UnoControlEditModel.idl:204
long BorderColor
specifies the color of the border, if present
Definition: UnoControlEditModel.idl:90
boolean HardLineBreaks
specifies if hard line breaks will be returned in the XTextComponent::getText() method.
Definition: UnoControlEditModel.idl:123
boolean PaintTransparent
specifies whether the control paints it background or not.
Definition: UnoControlEditModel.idl:184
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the control.
Definition: UnoControlEditModel.idl:214
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
boolean Enabled
determines whether the control is enabled or disabled.
Definition: UnoControlEditModel.idl:100
boolean VScroll
specifies if the content of the control can be scrolled in the vertical direction.
Definition: UnoControlEditModel.idl:220
boolean HideInactiveSelection
specifies whether the selection in the control should be hidden when the control is not active (focus...
Definition: UnoControlEditModel.idl:141