OtherCorrectionsExceptions Interface

Definition

A collection of OtherCorrectionsException objects that represents the list of 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).

public interface class OtherCorrectionsExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209DF-0000-0000-C000-000000000046")]
public interface OtherCorrectionsExceptions : System.Collections.IEnumerable
type OtherCorrectionsExceptions = interface
    interface IEnumerable
Public Interface OtherCorrectionsExceptions
Implements IEnumerable
Attributes
Implements

Remarks

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

Use OtherCorrectionsExceptions(index), where index is the 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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

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

Item[Object]

Returns an individual object in a collection.

Parent

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

Methods

Add(String)

Returns a OtherCorrectionsException, object that represents a new exception added to the list of AutoCorrect exceptions.

GetEnumerator()

Applies to