A Java
TXTextControl.Proofing
Introduced: X15.
Method | Description |
---|---|
add |
Adds a word to an existing user dictionary. |
get |
Retrieves a list of the names of all dictionary files on the server. |
get |
Retrieves information about all currently existing user dictionaries via a callback function. |
load |
Loads a dictionary. |
load |
Loads a list of words given as a string array as a user dictionary. |
remove |
Removes a dictionary from the loaded dictionaries. |
remove |
Removes an existing user dictionary. |
remove |
Removes a word from an existing user dictionary. |
save |
Saves an existing user dictionary by supplying the contained words as a string array to a callback function. |