TwoInitialCapsException Interface 

Represents a single initial-capital AutoCorrect exception.

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

Usage

Public Class woInitialCapsExceptionImplementation
    Implements TwoInitialCapsException
End Class
Dim woInitialCapsExceptionImplementation1 As New woInitialCapsExceptionImplementation()

Syntax

Public Interface TwoInitialCapsException
public interface TwoInitialCapsException
public interface class TwoInitialCapsException
public interface TwoInitialCapsException
public interface TwoInitialCapsException

Remarks

The TwoInitialCapsException object is a member of the TwoInitialCapsExceptions collection. The TwoInitialCapsExceptions collection includes all the items listed in the Don't correct box on the INitial CAps tab in the AutoCorrect Exceptions dialog box.

Use TwoInitialCapsExceptions(index), where index is the initial capital exception name or the index number, to return a single TwoInitialCapsException object.

The index number represents the position of the initial-capital exception in the TwoInitialCapsExceptions collection.

If the TwoInitialCapsAutoAdd property is True, words are automatically added to the list of initial-capital exceptions. Use the Add method to add an item to the TwoInitialCapsExceptions 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

TwoInitialCapsException Members