This topic has not yet been rated - Rate this topic

TwoInitialCapsExceptions Interface 

A collection of TwoInitialCapsException objects that represent all the items listed in the Don't correct box on the INitial CAps tab in the AutoCorrect Exceptions dialog box.

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

'Usage
Public Class woInitialCapsExceptionsImplementation
	Implements TwoInitialCapsExceptions
End Class
Dim woInitialCapsExceptionsImplementation1 As New woInitialCapsExceptionsImplementation()

public interface TwoInitialCapsExceptions : IEnumerable
public interface TwoInitialCapsExceptions implements IEnumerable
public interface TwoInitialCapsExceptions implements IEnumerable

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

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


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.