OtherCorrectionsException Interface 

Represents a single AutoCorrect exception.

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

Usage

Public Class therCorrectionsExceptionImplementation
    Implements OtherCorrectionsException
End Class
Dim therCorrectionsExceptionImplementation1 As New therCorrectionsExceptionImplementation()

Syntax

Public Interface OtherCorrectionsException
public interface OtherCorrectionsException
public interface class OtherCorrectionsException
public interface OtherCorrectionsException
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.

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

OtherCorrectionsException Members