TwoInitialCapsException Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single initial-capital AutoCorrect exception.
public interface class TwoInitialCapsException
[System.Runtime.InteropServices.Guid("00020943-0000-0000-C000-000000000046")]
public interface TwoInitialCapsException
type TwoInitialCapsException = interface
Public Interface TwoInitialCapsException
- Attributes
Remarks
The TwoInitialCapsException object is a member of the TwoInitialCapsExceptions collection. The TwoInitialCapsExceptions collection includes all the items listed in the Don't correct box on the INitial CAps tab in the AutoCorrect Exceptions dialog box.
Use TwoInitialCapsExceptions(index
), where index
is the initial capital exception name or the index number, to return a single TwoInitialCapsException object.
The index number represents the position of the initial-capital exception in the TwoInitialCapsExceptions collection.
If the TwoInitialCapsAutoAdd property is True, words are automatically added to the list of initial-capital exceptions. Use the Add(String) method to add an item to the TwoInitialCapsExceptions collection.
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. |