OtherCorrectionsException Interface

Represents a single AutoCorrect exception.

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

Syntax

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

Remarks

The OtherCorrectionsException object is a member of the OtherCorrectionsExceptions collection. The OtherCorrectionsExceptions collection includes all words that Microsoft Word won't correct automatically. This list corresponds to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).

Use OtherCorrectionsExceptions(index), where index is the AutoCorrect exception name or the index number, to return a single OtherCorrectionsException object.

The index number represents the position of the AutoCorrect exception in the OtherCorrectionsExceptions collection.

If the value of the OtherCorrectionsAutoAdd property is True, words are automatically added to the list of AutoCorrect exceptions. Use the Add method to add an item to the OtherCorrectionsExceptions collection.

See Also

Reference

OtherCorrectionsException Members

Microsoft.Office.Interop.Word Namespace