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

constants group ConversionDictionaryType
Description
specifies the conversion dictionary type to be used with XConversionDictionary .
Since version
OpenOffice.org 1.1.5

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