Constants |
SENTENCE_CASE |
The first character of the sentence is put in upper case
|
TITLE_CASE |
The first character of the word is put in upper case.
* This one is part
|
TOGGLE_CASE |
All characters of the word are to change their case from small letters
* to capital letters and vice versa.
|
IGNORE_DIACRITICS_CTL |
Ignore diacritics. Despite the _CTL name suffix this is not only
about CTL/Arabic diacritic characters, though these are handled
as well, but the transliteration decomposes and removes any
diacritic from characters.
Because we cannot extend the TransliterationModules enum we use
TranslationModuleExtra and it will act the same way.
|
IGNORE_KASHIDA_CTL |
Ignore Kashida mark. |
END_OF_MODULE |
|
Constants' Details |
SENTENCE_CASE
const short SENTENCE_CASE = 200;
- Description
- The first character of the sentence is put in upper case
|
|
TITLE_CASE
const short TITLE_CASE = 201;
- Description
- The first character of the word is put in upper case.
* This one is part
|
|
TOGGLE_CASE
const short TOGGLE_CASE = 202;
- Description
- All characters of the word are to change their case from small letters
* to capital letters and vice versa.
|
|
IGNORE_DIACRITICS_CTL
const long IGNORE_DIACRITICS_CTL = 0x40000000;
- Description
- Ignore diacritics. Despite the _CTL name suffix this is not only
about CTL/Arabic diacritic characters, though these are handled
as well, but the transliteration decomposes and removes any
diacritic from characters.
Because we cannot extend the TransliterationModules enum we use
TranslationModuleExtra and it will act the same way.
|
|
IGNORE_KASHIDA_CTL
const long IGNORE_KASHIDA_CTL = 0x00000800;
- Description
- Ignore Kashida mark.
|
|
END_OF_MODULE
const long END_OF_MODULE = 0;
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.