Dictionaries Object Members
Word Developer Reference |
A collection of Dictionary objects that includes the active custom spelling dictionaries.
Methods
Name | Description | |
---|---|---|
Add | Returns a Dictionary object that represents a new custom spelling or conversion dictionary added to the collection of active custom spelling or conversion dictionaries. | |
ClearAll | Unloads all of the custom or conversion dictionaries. | |
Item | Returns an individual Dictionary object in a collection. |
Properties
Name | Description | |
---|---|---|
ActiveCustomDictionary | Returns or sets a Dictionary object that represents the custom dictionary to which words will be added. Read/write. | |
Application | Returns an Application object that represents the Microsoft Word application. | |
Count | Returns a Long that represents the number of dictionaries in the collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Maximum | Returns the maximum number of custom or conversion dictionaries allowed. Read-only Long. | |
Parent | Returns an Object that represents the parent object of the specified Dictionaries object. |