| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Constants to specify the script type. More...
| Variables | |
| const short | LATIN = 1 | 
| Latin characters (English, ...) | |
| const short | ASIAN = 2 | 
| Asian characters (Japanese, ...) | |
| const short | COMPLEX = 3 | 
| Complex characters (Arabic, ...) | |
| const short | WEAK = 4 | 
| undefined characters (punctuation, ...) | |
Constants to specify the script type.
Used with XBreakIterator::beginOfScript(), XBreakIterator::endOfScript(), XBreakIterator::nextScript(), XBreakIterator::previousScript()
| const short ASIAN = 2 | 
Asian characters (Japanese, ...)
| const short COMPLEX = 3 | 
Complex characters (Arabic, ...)
| const short LATIN = 1 | 
Latin characters (English, ...)
| const short WEAK = 4 | 
undefined characters (punctuation, ...)