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)

Syntax

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

See Also

Reference

FirstLetterException Members

Microsoft.Office.Interop.Word Namespace