Adds an event listener.
Object
UserDictionary
A user dictionary.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String[] | read/write | A list of words added to the user dictionary. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the UserDictionary within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | readonly | The name of the UserDictionary. | |
| Application | readonly | The parent of the UserDictionary (a Application). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| String[] | read/write | A list of words removed from the user dictionary. |
Methods
→ void
Adds the specified words to the specified list in the dictionary.
→ UserDictionary[]
Resolves the object specifier, creating an array of object references.
→ Boolean
Removes the event listener.
→ void
Removes the specified words from the specified list in the dictionary.
→ String
Generates a string which, if executed, will return the UserDictionary.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a UserDictionary.
Parameter of 3
Method parameters that accept a UserDictionary.
Return 12
Methods that return a UserDictionary.
UserDictionaries.[]()UserDictionaries.anyItem()UserDictionaries.everyItem()UserDictionaries.firstItem()UserDictionaries.item()UserDictionaries.itemByName()UserDictionaries.itemByRange()UserDictionaries.lastItem()UserDictionaries.middleItem()UserDictionaries.nextItem()UserDictionaries.previousItem()UserDictionary.getElements()