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.
|
|
Copyright © 2010 Sun Microsystems, Inc.