HangulAndAlphabetException Interface

Represents a single Hangul or alphabet AutoCorrect exception.

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

Syntax

'Declaration
<GuidAttribute("000209D2-0000-0000-C000-000000000046")> _
Public Interface HangulAndAlphabetException
'Usage
Dim instance As HangulAndAlphabetException
[GuidAttribute("000209D2-0000-0000-C000-000000000046")]
public interface HangulAndAlphabetException

Remarks

The HangulAndAlphabetException object is a member of the HangulAndAlphabetExceptions collection. The HangulAndAlphabetExceptions collection includes all Hangul and alphabet AutoCorrect exceptions and corresponds to the items listed on the Korean tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Toolsmenu).

Use HangulAndAlphabetExceptions(index), where index is the Hangul or alphabet AutoCorrect exception name or the index number, to return a single HangulAndAlphabetException object.

The index number represents the position of the Hangul or alphabet AutoCorrect exception in the HangulAndAlphabetExceptions collection.

If the value of the HangulAndAlphabetAutoAdd property is True, words are automatically added to the list of Hangul and alphabet AutoCorrect exceptions. Use the Add method to add an item to the HangulAndAlphabetExceptions collection.

See Also

Reference

HangulAndAlphabetException Members

Microsoft.Office.Interop.Word Namespace