Syntax
service TableSortDescriptor;
Description
service used to sort rows or columns of tables.
It extends the general SortDescriptor by table-specific properties.
com::sun::star::util::SortDescriptor -
Property Summary
|
SortFields |
specifies the descriptions of the individual sort fields.
|
|
MaxFieldCount |
returns the maximum number of
sort fields the descriptor can hold.
|
|
Orientation |
specifies the orientation for how data is sorted.
|
|
ContainsHeader |
specifies if the first row or column
contains headers which should not be sorted.
|
|
Property Details
|
|
Syntax
sequence< com::sun::star::util::SortField > SortFields;
Description
specifies the descriptions of the individual sort fields.
Syntax
[readonly] long MaxFieldCount;
Description
returns the maximum number of
sort fields the descriptor can hold.
Syntax
com::sun::star::table::TableOrientation Orientation;
Description
specifies the orientation for how data is sorted.
Some implementations do not support sorting columns.
Syntax
boolean ContainsHeader;
Description
specifies if the first row or column
contains headers which should not be sorted.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.