Language
The Free and Open Productivity Suite
:: com :: sun :: star :: sdb ::
|
service DataSettings |
- Description
- extends the
::com::sun::star::sdbcx::Table
with additional display information, sorting and filtering criterias.
|
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
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.