Range.ConvertHangulAndHanja Method

Converts the specified range from Hangul to Hanja or vice versa.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ConvertHangulAndHanja ( _
    ByRef ConversionsMode As Object, _
    ByRef FastConversion As Object, _
    ByRef CheckHangulEnding As Object, _
    ByRef EnableRecentOrdering As Object, _
    ByRef CustomDictionary As Object _
)
'Usage
Dim instance As Range
Dim ConversionsMode As Object
Dim FastConversion As Object
Dim CheckHangulEnding As Object
Dim EnableRecentOrdering As Object
Dim CustomDictionary As Object

instance.ConvertHangulAndHanja(ConversionsMode, _
    FastConversion, CheckHangulEnding, _
    EnableRecentOrdering, CustomDictionary)
void ConvertHangulAndHanja(
    ref Object ConversionsMode,
    ref Object FastConversion,
    ref Object CheckHangulEnding,
    ref Object EnableRecentOrdering,
    ref Object CustomDictionary
)

Parameters

  • FastConversion
    Type: System.Object%
    Optional Object. 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
    Type: System.Object%
    Optional Object. 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.
  • EnableRecentOrdering
    Type: System.Object%
    Optional Object. 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
    Type: System.Object%
    Optional Object. The name of a custom Hangul-Hanja conversion dictionary. Use this argument in order to use a custom dictionary with Hangul-Hanja conversions not contained in the main dictionary.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace