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

unpublished constants group ConversionDictionaryType
Usage Restrictions
not published
Description
specifies the conversion dictionary type to be used with XConversionDictionary.
Since
OOo 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
Since
OOo 2.0
Top of Page