FirstLetterException Interface

Definition

Represents an abbreviation excluded from automatic correction.

public interface class FirstLetterException
[System.Runtime.InteropServices.Guid("00020945-0000-0000-C000-000000000046")]
public interface FirstLetterException
type FirstLetterException = interface
Public Interface FirstLetterException
Attributes

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(String) method to add an abbreviation to the list of first-letter exceptions.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

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

Index

Returns an Integer that represents the position of an item in a collection.

Name

Returns or sets the name of the specified object.

Parent

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

Methods

Delete()

Deletes the specified object.

Applies to