19 #ifndef __com_sun_star_awt_grid_XGridColumn_idl__
20 #define __com_sun_star_awt_grid_XGridColumn_idl__
29 module com { module sun { module star { module awt { module grid {
40 interface ::com::sun::star::lang::XComponent;
44 interface ::com::sun::star::util::XCloneable;
85 [attribute]
long Flexibility
long DataColumnIndex
denotes the index of the data column which should be used to fetch this grid column's data ...
Definition: XGridColumn.idl:121
any Identifier
specifies an identifier of the column
Definition: XGridColumn.idl:44
The XGridColumn defines the properties and behavior of a column in a grid control.
Definition: XGridColumn.idl:36
string Title
A title is displayed in the column header row if UnoControlGridModel::ShowColumnHeader() is set to TR...
Definition: XGridColumn.idl:95
::com::sun::star::style::HorizontalAlignment HorizontalAlign
Specifies the horizontal alignment of the content in the control.
Definition: XGridColumn.idl:92
string HelpText
is the help text associated with the column.
Definition: XGridColumn.idl:101
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
long ColumnWidth
specifies the current width of the column.
Definition: XGridColumn.idl:55
HorizontalAlignment
values specify the horizontal alignment of an object within a container object.
Definition: HorizontalAlignment.idl:29
boolean Resizeable
controls whether or not the column's width is fixed or not.
Definition: XGridColumn.idl:70
long MaxWidth
specifies the maximal width the column can have.
Definition: XGridColumn.idl:63
An instance of this interface is used by the XGridColumnModel to get notifications about column model...
Definition: XGridColumnListener.idl:34
long Index
denotes the index of the column within the grid column model it belongs to
Definition: XGridColumn.idl:107
long MinWidth
specifies the minimal width the column can have.
Definition: XGridColumn.idl:59