Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: text ::

service TextSortDescriptor

Description
describes sort criteria for sorting text.


Included Services

com::sun::star::util::SortDescriptor
Description
specifies the properties which can be used to describe a sort order applied to an XSortable.

Properties' Summary

Delimiter contains the character that marks the separation of columns.
IsSortInTable determines if the content of a table is to be sorted.
SortRowOrColumnNo0 contains the row or column index used in the first search key.
IsSortNumeric0 determines if the sorting in the first search key is done numeric or alphanumeric order.
IsSortAscending0 determines if the sorting in the first search key is done in ascending or descending order.
SortRowOrColumnNo1 contains the row or column index used in the second search key.
IsSortNumeric1 determines if the sorting in the second search key is done in numeric or alphanumeric order.
IsSortAscending1 determines if the sorting in the second search key is done in ascending or descending order.
SortRowOrColumnNo2 contains the row or column index used in the third search key.
IsSortNumeric2 determines if the sorting in the third search key is done in numeric or alphanumeric order.
IsSortAscending2 determines if the sorting in the third search key is done in ascending or descending order.

Properties' Details

Delimiter
 
char Delimiter;
Description
contains the character that marks the separation of columns.
IsSortInTable
 
boolean IsSortInTable;
Description
determines if the content of a table is to be sorted.
SortRowOrColumnNo0
 
long SortRowOrColumnNo0;
Description
contains the row or column index used in the first search key.
IsSortNumeric0
 
boolean IsSortNumeric0;
Description
determines if the sorting in the first search key is done numeric or alphanumeric order.
IsSortAscending0
 
boolean IsSortAscending0;
Description
determines if the sorting in the first search key is done in ascending or descending order.
SortRowOrColumnNo1
 
long SortRowOrColumnNo1;
Description
contains the row or column index used in the second search key.
IsSortNumeric1
 
boolean IsSortNumeric1;
Description
determines if the sorting in the second search key is done in numeric or alphanumeric order.
IsSortAscending1
 
boolean IsSortAscending1;
Description
determines if the sorting in the second search key is done in ascending or descending order.
SortRowOrColumnNo2
 
long SortRowOrColumnNo2;
Description
contains the row or column index used in the third search key.
IsSortNumeric2
 
boolean IsSortNumeric2;
Description
determines if the sorting in the third search key is done in numeric or alphanumeric order.
IsSortAscending2
 
boolean IsSortAscending2;
Description
determines if the sorting in the third search key is done in ascending or descending order.

Top of Page