Difference between revisions of "Documentation/DevGuide/Text/Sorting Text"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Text Documents)
m (FINAL VERSION FOR L10N)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Text/Inserting Text Files
 
|NextPage=Documentation/DevGuide/Text/Inserting Text Files
 
}}
 
}}
{{DISPLAYTITLE:Sorting Text}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Text/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Sorting Text}}
 
<!--<idltopic>com.sun.star.util.XSortable</idltopic>-->
 
<!--<idltopic>com.sun.star.util.XSortable</idltopic>-->
 
It is possible to sort text or the content of text tables.  
 
It is possible to sort text or the content of text tables.  

Revision as of 10:08, 14 May 2009



It is possible to sort text or the content of text tables.

Sorting of text is done by the text cursor that supports com.sun.star.util.XSortable. It contains two methods:

 sequence< com::sun::star::beans::PropertyValue > createSortDescriptor()
 void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor)

The method createSortDescriptor() returns a sequence of com.sun.star.beans.PropertyValue that provides the elements as described in the service com.sun.star.text.TextSortDescriptor

The method sort() sorts the text that is selected by the cursor, by the given parameters.

Sorting of tables happens directly at the table service, which supports XSortable. Sorting is a common feature of OpenOffice.org and it is described in detail in Office Development.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages