:: com :: sun :: star :: linguistic2 ::

constants group ConversionDictionaryType

Constants
HANGUL_HANJA Dictionary type for the conversion between Hangul and Hanja  
SCHINESE_TCHINESE Dictionary type for the conversion between Simplified and Traditional Chinese  
Constants' Details
HANGUL_HANJA
const short HANGUL_HANJA = 1;
Description
Dictionary type for the conversion between Hangul and Hanja
SCHINESE_TCHINESE
const short SCHINESE_TCHINESE = 2;
Description
Dictionary type for the conversion between Simplified and Traditional Chinese
Since
OOo 2.0
Top of Page