OtherCorrectionsException Interface

Definition

Represents a single AutoCorrect exception.

public interface class OtherCorrectionsException
[System.Runtime.InteropServices.Guid("000209E1-0000-0000-C000-000000000046")]
public interface OtherCorrectionsException
type OtherCorrectionsException = interface
Public Interface OtherCorrectionsException
Attributes

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(String) method to add an item to the OtherCorrectionsExceptions collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Index

Returns an Integer that represents the position of an item in a collection.

Name

Returns or sets the name of the specified object.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Delete()

Deletes the specified object.

Applies to