HangulAndAlphabetExceptions Interface 

A collection of HangulAndAlphabetException objects that represents all Hangul and alphabet AutoCorrect exceptions. This list corresponds to the list of AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class angulAndAlphabetExceptionsImplementation
    Implements HangulAndAlphabetExceptions
End Class
Dim angulAndAlphabetExceptionsImplementation1 As New angulAndAlphabetExceptionsImplementation()

Syntax

Public Interface HangulAndAlphabetExceptions
    Inherits IEnumerable
public interface HangulAndAlphabetExceptions : IEnumerable
public interface class HangulAndAlphabetExceptions : public IEnumerable
public interface HangulAndAlphabetExceptions implements IEnumerable
public interface HangulAndAlphabetExceptions implements IEnumerable

Remarks

Use the HangulAndAlphabetExceptions property to return 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.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

HangulAndAlphabetExceptions Members