:: com :: sun :: star :: i18n ::

service BreakIterator
Description
contains the base routines for iteration in Unicode string. Iterates over characters, words, sentences and line breaks.

It also contains a BreakIterator service for asian languages.


Exported Interfaces
XBreakIterator
contains the base routines for iteration in Unicode string. Iterates over characters, words, sentences and line breaks.
::com::sun::star::lang::XServiceInfo
Provides information regarding the implementation, i.e. which services are implemented and the name of the implementation.

 
Top of Page