| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
describes the common properties of a database column. More...
import "ColumnSettings.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet | 
| Public Attributes | |
| long | FormatKey | 
| contains the index of the number format that is used for the column. | |
| long | Align | 
| specifies the alignment of columns text. | |
| long | Width | 
| specifies the width of the column displayed in a grid, the unit is 10THMM. | |
| long | Position | 
| Position of the column within a grid. | |
| boolean | Hidden | 
| determines whether the column should be displayed or not. | |
| com::sun::star::beans::XPropertySet | ControlModel | 
| indicates a control model which defines the settings for layouting. | |
| string | HelpText | 
| describes an optional help text which can be used by UI components when representing this column. | |
| string | ControlDefault | 
| describes the default value which should be displayed by a control when moving to a new row. | |
describes the common properties of a database column.
| interface com::sun::star::beans::XPropertySet | 
| 
 | property | 
specifies the alignment of columns text.
0: left 1: center 2: right
If the value is VOID , a default alignment should be used according to the datatype of the column.
| 
 | optionalproperty | 
describes the default value which should be displayed by a control when moving to a new row.
The default is NULL.
| 
 | optionalproperty | 
indicates a control model which defines the settings for layouting.
The default is NULL.
| 
 | property | 
contains the index of the number format that is used for the column.
The proper value can be determined by using the com::sun::star::util::XNumberFormatter interface.
If the value is VOID , a default number format should be used according to the datatype of the column.
| 
 | optionalproperty | 
describes an optional help text which can be used by UI components when representing this column.
The default is NULL.
| 
 | property | 
determines whether the column should be displayed or not.
| 
 | property | 
Position of the column within a grid.
If the value is VOID , the default position should be taken according.
| 
 | property | 
specifies the width of the column displayed in a grid, the unit is 10THMM.
If the value is VOID , a default width should be used according to the label of the column.