FirstLetterException Interface 

Represents an abbreviation excluded from automatic correction.

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

Usage

Public Class irstLetterExceptionImplementation
    Implements FirstLetterException
End Class
Dim irstLetterExceptionImplementation1 As New irstLetterExceptionImplementation()

Syntax

Public Interface FirstLetterException
public interface FirstLetterException
public interface class FirstLetterException
public interface FirstLetterException
public interface FirstLetterException

Remarks

The FirstLetterException object is a member of the FirstLetterExceptions collection. The FirstLetterExceptions collection includes all the excluded abbreviations. The first character following a period is automatically capitalized when the CorrectSentenceCaps property is set to True. The character you type following an item in the FirstLetterExceptions collection isn't capitalized.

Use FirstLetterExceptions(index), where index is the abbreviation or the index number, to return a single FirstLetterException object.

Use the Add method to add an abbreviation to the list of first-letter exceptions.

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

FirstLetterException Members