LibreOffice
LibreOffice 5.0 SDK API Reference
|
Represents a column as used by the DefaultGridColumnModel. More...
import "GridColumn.idl";
Exported Interfaces | |
interface | com::sun::star::awt::grid::XGridColumn |
![]() | |
interface | ::com::sun::star::lang::XComponent |
implements life time control for the component More... | |
interface | ::com::sun::star::util::XCloneable |
allows cloning the complete grid column More... | |
Additional Inherited Members | |
![]() | |
void | addGridColumnListener ([in] XGridColumnListener Listener) |
Adds a listener for the GridColumnEvent posted after the grid changes. More... | |
void | removeGridColumnListener ([in] XGridColumnListener Listener) |
Removes a listener previously added with addColumnListener(). More... | |
![]() | |
any | Identifier |
specifies an identifier of the column More... | |
long | ColumnWidth |
specifies the current width of the column. More... | |
long | MinWidth |
specifies the minimal width the column can have. More... | |
long | MaxWidth |
specifies the maximal width the column can have. More... | |
boolean | Resizeable |
controls whether or not the column's width is fixed or not. More... | |
long | Flexibility { set raises(::com::sun::star::lang::IllegalArgumentException); } |
specifies the flexibility of the column when it is automatically resized due to the grid control as a whole being resized. More... | |
::com::sun::star::style::HorizontalAlignment | HorizontalAlign |
Specifies the horizontal alignment of the content in the control. More... | |
string | Title |
A title is displayed in the column header row if UnoControlGridModel::ShowColumnHeader() is set to TRUE More... | |
string | HelpText |
is the help text associated with the column. More... | |
long | Index |
denotes the index of the column within the grid column model it belongs to More... | |
long | DataColumnIndex |
denotes the index of the data column which should be used to fetch this grid column's data More... | |
Represents a column as used by the DefaultGridColumnModel.
interface com::sun::star::awt::grid::XGridColumn |