TwoInitialCapsExceptions 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.
A collection of TwoInitialCapsException objects that represent all the items listed in the Don't correct box on the INitial CAps tab in the AutoCorrect Exceptions dialog box.
public interface class TwoInitialCapsExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020944-0000-0000-C000-000000000046")]
public interface TwoInitialCapsExceptions : System.Collections.IEnumerable
type TwoInitialCapsExceptions = interface
interface IEnumerable
Public Interface TwoInitialCapsExceptions
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the TwoInitialCapsExceptions property to return 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.
Use TwoInitialCapsExceptions(index
), where index
is the initial cap 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.
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 TwoInitialCapsExceptions object that represents a new exception added to the list of AutoCorrect exceptions. |
GetEnumerator() |