LibreOffice
LibreOffice 4.3 SDK API Reference
|
extends the com::sun::star::sdbcx::Table with additional display information, sorting and filtering criteria. More...
import"DataSettings.idl";
Public Attributes | |
string | Filter |
additional filter for the data object. More... | |
boolean | ApplyFilter |
indicates whether the filter should be applied or not, default is FALSE . More... | |
string | Order |
is an additional sort order definition. More... | |
com::sun::star::awt::FontDescriptor | FontDescriptor |
specifies the font attributes for data displaying. More... | |
long | RowHeight |
specifies the height of a data row. More... | |
com::sun::star::util::Color | TextColor |
specifies the text color (RGB) for displaying text. More... | |
string | HavingClause |
additional having clause for the data object. More... | |
string | GroupBy |
additional group by for the data object. More... | |
extends the com::sun::star::sdbcx::Table with additional display information, sorting and filtering criteria.
|
property |
indicates whether the filter should be applied or not, default is FALSE
.
|
property |
additional filter for the data object.
|
property |
specifies the font attributes for data displaying.
|
optionalproperty |
additional group by for the data object.
|
optionalproperty |
additional having clause for the data object.
|
property |
is an additional sort order definition.
|
property |
specifies the height of a data row.
|
property |
specifies the text color (RGB) for displaying text.