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)

Syntax

'Declaration
<GuidAttribute("00020943-0000-0000-C000-000000000046")> _
Public Interface TwoInitialCapsException
'Usage
Dim instance As TwoInitialCapsException
[GuidAttribute("00020943-0000-0000-C000-000000000046")]
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.

See Also

Reference

TwoInitialCapsException Members

Microsoft.Office.Interop.Word Namespace