:: com :: sun :: star :: sdb ::

service DataSettings

Properties' Summary
string
Filter
additional filter for the data object.  
boolean
ApplyFilter
indicates whether the filter should be applied or not, default is `FALSE`.  
string
Order
is an additional sort order definition.  
::com::sun::star::awt::FontDescriptor
FontDescriptor
specifies the font attributes for data displaying.  
long
RowHeight
specifies the height of a data row.  
::com::sun::star::util::Color
TextColor
specifies the text color (RGB) for displaying text.  
string
HavingClause
[ OPTIONAL ]
additional having clause for the data object.  
string
GroupBy
[ OPTIONAL ]
additional group by for the data object.  
Properties' Details
Filter
string Filter;
Description
additional filter for the data object.
ApplyFilter
boolean ApplyFilter;
Description
indicates whether the filter should be applied or not, default is `FALSE`.
Order
string Order;
Description
is an additional sort order definition.
FontDescriptor
::com::sun::star::awt::FontDescriptor FontDescriptor;
Description
specifies the font attributes for data displaying.
RowHeight
long RowHeight;
Description
specifies the height of a data row.
TextColor
::com::sun::star::util::Color TextColor;
Description
specifies the text color (RGB) for displaying text.
HavingClause
string HavingClause;
Usage Restrictions
optional
Description
additional having clause for the data object.
GroupBy
string GroupBy;
Usage Restrictions
optional
Description
additional group by for the data object.

 
Top of Page