Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Disposes resources
|
|
Init ( ) : bool |
Initializes the spell checker. Reads the spell check file and loads the spellings into the list
|
|
LoadDefaultSettings ( ) : bool |
Loads factory default settings.
|
|
LoadSettings ( String configFileDirectory ) : bool |
Loads settings from the specified directory
|
|
Lookup ( String word ) : String |
Looks up the spelling list for the indicated word and returns the correct spelling if found. Returns empty string if it didn't find the word.
|
|
SaveSettings ( String configFileDirectory ) : bool |
Saves settings into the specified directory
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposer. Release resources and cleanup.
|
Метод | Описание | |
---|---|---|
createAndAdd ( |
Extracts word and replacement from the xml node and adds the word and its replacement to the word list.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to dispose managed resources |
Результат | void |
public LoadSettings ( String configFileDirectory ) : bool | ||
configFileDirectory | String | directory name |
Результат | bool |
public Lookup ( String word ) : String | ||
word | String | word to lookup |
Результат | String |
public SaveSettings ( String configFileDirectory ) : bool | ||
configFileDirectory | String | name of the directory |
Результат | bool |