:: com :: sun :: star :: util ::

interface XSortable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSortable
Description
makes it possible to sort the contents of this object.
Developers Guide
7.3.1 Text Documents - Working with Text Documents - Word Processing - Sorting Text

Methods' Summary
createSortDescriptor
sort sorts the contents of the object according to the specified SortDescriptor .
Methods' Details
createSortDescriptor
sequence< ::com::sun::star::beans::PropertyValue >
createSortDescriptor();
 
 

Returns
a sequence of arguments which can be used to specify the search.
sort
void
sort(
 
[in] sequence< ::com::sun::star::beans::PropertyValue >
 
xDescriptor );

Description
sorts the contents of the object according to the specified SortDescriptor .
Top of Page