DictionaryPreference
User dictionary preferences.
DictionaryPreference Properties
| Property |
Type |
Access |
Description |
| composition |
ComposeUsing enumeration |
r/w |
Tells the document which hyphenation source to use when composing text. |
| mergeUserDictionary |
Boolean |
r/w |
Tells the document to merge the user dictionary files into the document. |
| 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. |
| recomposeWhenChanged |
Boolean |
r/w |
Tells the document to recompose every time the composition source has changed. |
DictionaryPreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |