LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
GridColumn Service Reference

Represents a column as used by the DefaultGridColumnModel. More...

import "GridColumn.idl";

Inheritance diagram for GridColumn:
XGridColumn XComponent XCloneable XInterface XInterface

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 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...
 

Detailed Description

Represents a column as used by the DefaultGridColumnModel.

Since
OOo 3.3

Exported Interfaces


The documentation for this service was generated from the following file: