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