21 module
com { module sun { module star { module awt {
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 generated_idl_chapter_refs.idl:1084
describes the characteristics of a font.
Definition FontDescriptor.idl:30