UserDictionary
A user dictionary.
UserDictionary Properties
| Property |
Type |
Access |
Description |
| addedWords |
Array of Strings |
r/w |
Words in the user dictionary as Array of Strings. |
| index |
Long |
read |
Index of the object within its parent object. |
| name |
String |
read |
The name of the object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| removedWords |
Array of Strings |
r/w |
Words in the not list dictionary as Array of Strings. |
UserDictionary Methods
| Method |
Returns |
Description |
| addWord |
Nothing |
Add a word to the user dictionary. |
| getElements |
Array of Objects |
Resolve the object specifier. |
| removeWord |
Nothing |
Remove a word from the user dictionary. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |