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

service TextSortDescriptor2
Description
describes sort criterias for sorting paragraphs or table contents in a text document.
Since version
OpenOffice.org 1.1.5

Included Services
::com::sun::star::table::TableSortDescriptor2
specifies properties which describe sorting of fields (rows or columns) in a table.
Properties' Summary
IsSortInTable determines if the content of a table or a selection of paragraphs is to be sorted.
Delimiter contains the character that marks the column separator when a selection of paragraphs is to be sorted.
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