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

service TextSortDescriptor2
Description
describes sort criterias for sorting paragraphs or table contents in a text document.
Since
OOo 1.1.2

Included Services - Summary
::com::sun::star::table::TableSortDescriptor2
(referenced entity's summary:)
specifies properties which describe sorting of fields (rows or columns) in a table.
Properties' Summary
boolean
IsSortInTable
determines if the content of a table or a selection of paragraphs is to be sorted.  
char
Delimiter
contains the character that marks the column separator when a selection of paragraphs is to be sorted.  
Included Services - Details
::com::sun::star::table::TableSortDescriptor2
(referenced entity's summary:)
specifies properties which describe sorting of fields (rows or columns) in a table.
Properties' Details
IsSortInTable
boolean IsSortInTable;
Description
determines if the content of a table or a selection of paragraphs is to be sorted.
Delimiter
char Delimiter;
Description
contains the character that marks the column separator when a selection of paragraphs is to be sorted.

 
Top of Page