Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

constants group ScriptType
Description
Constants to specify the script type.

Used with XBreakIterator::beginOfScript(), XBreakIterator::endOfScript(), XBreakIterator::nextScript(), XBreakIterator::previousScript()


Constants
LATIN Latin characters (English, ...) 
ASIAN Asian characters (Japanese, ...) 
COMPLEX Complex characters (Arabic, ...) 
WEAK undefined characters (punctuation, ...) 
Constants' Details
LATIN
const short LATIN = 1;
Description
Latin characters (English, ...)
ASIAN
const short ASIAN = 2;
Description
Asian characters (Japanese, ...)
COMPLEX
const short COMPLEX = 3;
Description
Complex characters (Arabic, ...)
WEAK
const short WEAK = 4;
Description
undefined characters (punctuation, ...)
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.