Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service CJKBreakIterator

Description
contains the CJK specific routines for iteration in Unicode string. Is derived from the base XBreakIterator , which contains all the base routines. This is the base for the specific CJK-Iterators, these are the Japanese and traditional/simplified Chinese. Iterates over Characters, Words, Sentences and Linebreaks.


Exported Interfaces

com::sun::star::i18n::XBreakIterator
Description
contains the base routines for iteration in Unicode string. Iterates over Characters, Words, Sentences and Linebreaks.
com::sun::star::lang::XServiceInfo
Description
provides information regarding which services are implemented.

Top of Page