AutoCorrect.HangulAndAlphabetExceptions Property

Returns a HangulAndAlphabetExceptions collection that represents the list of Hangul and alphabet AutoCorrect exceptions.

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

Syntax

'Declaration
ReadOnly Property HangulAndAlphabetExceptions As HangulAndAlphabetExceptions
    Get
'Usage
Dim instance As AutoCorrect
Dim value As HangulAndAlphabetExceptions

value = instance.HangulAndAlphabetExceptions
HangulAndAlphabetExceptions HangulAndAlphabetExceptions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.HangulAndAlphabetExceptions

Remarks

The returned list corresponds to the list of Hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box.

The AutoCorrect Exceptions dialog box is located in the Tools menu. Click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button.

For more information on using Microsoft Word with Asian languages, see Microsoft Word help.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace