LibreOffice
LibreOffice 24.2 SDK API Reference
|
Represents a column as used by the DefaultGridColumnModel. More...
import"GridColumn.idl";
Exported Interfaces | |
interface | com::sun::star::awt::grid::XGridColumn |
Exported Interfaces inherited from 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 | |
Public Member Functions inherited from XGridColumn | |
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... | |
Public Member Functions inherited from XComponent | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Public Member Functions inherited from XCloneable | |
com::sun::star::util::XCloneable | createClone () |
creates a copy of the object. More... | |
Public Attributes inherited from XGridColumn | |
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 |