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)

Usage

Public Class irstLetterExceptionsImplementation
    Implements FirstLetterExceptions
End Class
Dim irstLetterExceptionsImplementation1 As New irstLetterExceptionsImplementation()

Syntax

Public Interface FirstLetterExceptions
    Inherits IEnumerable
public interface FirstLetterExceptions : IEnumerable
public interface class FirstLetterExceptions : public IEnumerable
public interface FirstLetterExceptions implements IEnumerable
public interface FirstLetterExceptions implements 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.

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

FirstLetterExceptions Members