Included Services - Summary |
::com::sun::star::util::SortDescriptor |
contains common sorting properties.
|
Properties' Summary |
sequence< ::com::sun::star::util::SortField >
SortFields |
specifies the descriptions of the individual sort fields.
|
[ readonly ] long
MaxFieldCount |
contains the maximum number of sort fields the descriptor can hold.
|
TableOrientation
Orientation |
[ DEPRECATED ]
specifies the sorting orientation (sort rows or columns).
|
boolean
ContainsHeader |
specifies whether the first row or column (depending on
com::sun::star::util::SortDescriptor::SortColumns) is a
header which should not be sorted.
|
Properties' Details |
SortFields
sequence< ::com::sun::star::util::SortField > SortFields;
- Description
- specifies the descriptions of the individual sort fields.
|
|
MaxFieldCount
[ readonly ] long MaxFieldCount;
- Description
- contains the maximum number of sort fields the descriptor can hold.
|
|
Orientation
TableOrientation Orientation;
- Usage Restrictions
- deprecated
- Deprecation Info
- use the property com::sun::star::util::SortDescriptor::SortColumns
instead.
- Description
- specifies the sorting orientation (sort rows or columns).
Some implementations may not support sorting columns.
|
|
ContainsHeader
boolean ContainsHeader;
- Description
- specifies whether the first row or column (depending on
com::sun::star::util::SortDescriptor::SortColumns) is a
header which should not be sorted.
|
|
Top of Page
Copyright © 2020, 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.