|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 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:60
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
string HelpURL
specifies the help URL of the control.
Definition: UnoControlEditModel.idl:124
com::sun::star::util::Color HighlightTextColor
specifies the text color (RGB) of selected text in the control which is highlighted.
Definition: UnoControlEditModel.idl:240
short LineEndFormat
specifies which line end type should be used for multi line text
Definition: UnoControlEditModel.idl:156
specifies the standard model of a UnoControlEdit.
Definition: UnoControlEditModel.idl:27
boolean AutoHScroll
If set to true an horizontal scrollbar will be added automatically when needed.
Definition: UnoControlEditModel.idl:47
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition: UnoControlEditModel.idl:102
short EchoChar
specifies the echo character for a password edit field.
Definition: UnoControlEditModel.idl:86
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition: VerticalAlignment.idl:28
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the control.
Definition: UnoControlEditModel.idl:200
boolean AutoVScroll
If set to true a vertical scrollbar will be added automatically when needed.
Definition: UnoControlEditModel.idl:55
string HelpText
specifies the help text of the control.
Definition: UnoControlEditModel.idl:119
boolean HScroll
specifies if the content of the control can be scrolled in the horizontal direction.
Definition: UnoControlEditModel.idl:138
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition: UnoControlEditModel.idl:96
short Align
specifies the horizontal alignment of the text in the control.
Definition: UnoControlEditModel.idl:28
describes the characteristics of a font.
Definition: FontDescriptor.idl:30
com::sun::star::util::Color HighlightColor
specifies the background color (RGB) of selected text in the control which is highlighted.
Definition: UnoControlEditModel.idl:234
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition: UnoControlModel.idl:35
boolean MultiLine
specifies that the control may have more than one line.
Definition: UnoControlEditModel.idl:168
short WritingMode
denotes the writing mode used in the control, as specified in the com::sun::star::text::WritingMode2 ...
Definition: UnoControlEditModel.idl:221
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition: UnoControlEditModel.idl:190
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition: UnoControlEditModel.idl:228
boolean Printable
specifies that the control will be printed with the document.
Definition: UnoControlEditModel.idl:180
short Border
specifies the border style of the control.
Definition: UnoControlEditModel.idl:71
boolean ReadOnly
specifies that the content of the control cannot be modified by the user.
Definition: UnoControlEditModel.idl:185
Definition: Ambiguous.idl:20
string Text
specifies the text displayed in the control.
Definition: UnoControlEditModel.idl:195
long BorderColor
specifies the color of the border, if present
Definition: UnoControlEditModel.idl:81
boolean HardLineBreaks
specifies if hard line breaks will be returned in the XTextComponent::getText() method.
Definition: UnoControlEditModel.idl:114
boolean PaintTransparent
specifies whether the control paints it background or not.
Definition: UnoControlEditModel.idl:175
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the control.
Definition: UnoControlEditModel.idl:205
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
boolean Enabled
determines whether the control is enabled or disabled.
Definition: UnoControlEditModel.idl:91
boolean VScroll
specifies if the content of the control can be scrolled in the vertical direction.
Definition: UnoControlEditModel.idl:211
boolean HideInactiveSelection
specifies whether the selection in the control should be hidden when the control is not active (focus...
Definition: UnoControlEditModel.idl:132