FirstLetterExceptions Interface

Definition

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

public interface class FirstLetterExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020946-0000-0000-C000-000000000046")]
public interface FirstLetterExceptions : System.Collections.IEnumerable
type FirstLetterExceptions = interface
    interface IEnumerable
Public Interface FirstLetterExceptions
Implements IEnumerable
Attributes
Implements

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(String) 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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(String)

Returns a FirstLetterException object that represents a new exception added to the list of AutoCorrect exceptions.

GetEnumerator()

Applies to