Range.ConvertHangulAndHanja (Word)

Converts the specified range from hangul to hanja or vice versa.

ConvertHangulAndHanja (ConversionsMode, FastConversion, CheckHangulEnding, EnableRecentOrdering, CustomDictionary)


Selection.Range.ConvertHangulAndHanja _ 
 ConversionsMode:=wdHangulToHanja, _ 
 FastConversion:=True, _ 
 EnableRecentOrdering:= True

Arguments

Optional arguments

The following arguments are optional

ConversionsMode (WdMultipleWordConversionsMode) - Sets the direction for the conversion between hangul and hanja. Can be either of the following WdMultipleWordConversionsMode constants: wdHangulToHanja or wdHanjaToHangul. The default value is the current value of the MultipleWordConversionsMode property.

Possible return values are wdHangulToHanja - Hangul to Hanja, wdHanjaToHangul - Hanja to Hangul.

FastConversion (Boolean) - True if Microsoft Word automatically converts a word with only one suggestion for conversion. The default value is the current value of the HangulHanjaFastConversion property.

CheckHangulEnding (WdMultipleWordConversionsMode) - True if Word automatically detects hangul endings and ignores them. The default value is the current value of the CheckHangulEndings property. This argument is ignored if the ConversionsMode argument is set to wdHanjaToHangul.

Possible return values are wdHangulToHanja - Hangul to Hanja, wdHanjaToHangul - Hanja to Hangul.

EnableRecentOrdering (Boolean) - True if Word displays the most recently used words at the top of the suggestions list. The default value is the current value of the EnableHangulHanjaRecentOrdering property.

CustomDictionary (String) - The name of a custom hangul-hanja conversion dictionary. Use this argument to use a custom dictionary with hangul-hanja conversions not contained in the main dictionary.