AutoCorrect.HangulAndAlphabetExceptions Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::HangulAndAlphabetExceptions ^ HangulAndAlphabetExceptions { Microsoft::Office::Interop::Word::HangulAndAlphabetExceptions ^ get(); };
public Microsoft.Office.Interop.Word.HangulAndAlphabetExceptions HangulAndAlphabetExceptions { get; }
member this.HangulAndAlphabetExceptions : Microsoft.Office.Interop.Word.HangulAndAlphabetExceptions
Public ReadOnly Property HangulAndAlphabetExceptions As HangulAndAlphabetExceptions

Property Value

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.

Applies to