FirstLetterExceptions Interface

A collection of FirstLetterException objects that represent the abbreviations excluded from automatic correction.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020946-0000-0000-C000-000000000046")> _
Public Interface FirstLetterExceptions _
    Inherits IEnumerable
'Usage
Dim instance As FirstLetterExceptions
[GuidAttribute("00020946-0000-0000-C000-000000000046")]
public interface FirstLetterExceptions : IEnumerable

Remarks

The first character following a period is automatically capitalized when the CorrectSentenceCaps property is set to True. The FirstLetterExceptions collection includes exceptions to this behavior (for example, abbreviations such as "addr." and "apt.").

Use the FirstLetterExceptions property to return the FirstLetterExceptions collection.

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

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

See Also

Reference

FirstLetterExceptions Members

Microsoft.Office.Interop.Word Namespace