service DataSettings in module com::sun::star::sdb::

(Global Index)

Syntax

service DataSettings;

Description

extends the Table with additional display informations, sorting and filtering criterias.

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

Property Details



Filter

Syntax

string Filter;

Description

additional filter for the data object.


ApplyFilter

Syntax

boolean ApplyFilter;

Description

indicates whether the filter should be applied or not, default is false .


Order

Syntax

string Order;

Description

is an additional sort order definition.


FontDescriptor

Syntax

com::sun::star::awt::FontDescriptor FontDescriptor;

Description

specifies the font attributes for data displaying.


RowHeight

Syntax

long RowHeight;

Description

specifies the height of a data row.


TextColor

Syntax

long TextColor;

Description

specifies the text color (RGB) for displaying text.

Top of Page