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

service DataSettings
Description
extends the ::com::sun::star::sdbcx::Table with additional display information, sorting and filtering criterias.

Properties' Summary
Filter additional filter for the data object.
ApplyFilter indicates whether the filter should be applied or not, default is false .
Order is an additional sort order definition.
FontDescriptor specifies the font attributes for data displaying.
RowHeight specifies the height of a data row.
TextColor specifies the text color (RGB) for displaying text.
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
long TextColor;
Description
specifies the text color (RGB) for displaying text.

 
Top of Page