This topic has not yet been rated - Rate this topic

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)
[GuidAttribute("00020945-0000-0000-C000-000000000046")]
public interface FirstLetterException

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.