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

unpublished constants group ConversionDictionaryType
Description
specifies the conversion dictionary type to be used with XConversionDictionary.
Since
OpenOffice 1.1.2

Constants
HANGUL_HANJA Dictionary type for the conversion between Hangul and Hanja  
SCHINESE_TCHINESE Dictionary type for the conversion between Simplified and Traditionary 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 Traditionary Chinese
Top of Page