60 <td>Protected classmethod to get a new dictionary.</td> |
60 <td>Protected classmethod to get a new dictionary.</td> |
61 </tr><tr> |
61 </tr><tr> |
62 <td><a href="#SpellChecker.getAvailableLanguages">getAvailableLanguages</a></td> |
62 <td><a href="#SpellChecker.getAvailableLanguages">getAvailableLanguages</a></td> |
63 <td>Public classmethod to get all available languages.</td> |
63 <td>Public classmethod to get all available languages.</td> |
64 </tr><tr> |
64 </tr><tr> |
|
65 <td><a href="#SpellChecker.getDefaultPath">getDefaultPath</a></td> |
|
66 <td>Class method to get the default path names of the user dictionaries.</td> |
|
67 </tr><tr> |
|
68 <td><a href="#SpellChecker.getUserDictionaryPath">getUserDictionaryPath</a></td> |
|
69 <td>Class method to get the path name of a user dictionary file.</td> |
|
70 </tr><tr> |
65 <td><a href="#SpellChecker.isAvailable">isAvailable</a></td> |
71 <td><a href="#SpellChecker.isAvailable">isAvailable</a></td> |
66 <td>Public classmethod to check, if spellchecking is available.</td> |
72 <td>Public classmethod to check, if spellchecking is available.</td> |
67 </tr><tr> |
73 </tr><tr> |
68 <td><a href="#SpellChecker.setDefaultLanguage">setDefaultLanguage</a></td> |
74 <td><a href="#SpellChecker.setDefaultLanguage">setDefaultLanguage</a></td> |
69 <td>Public classmethod to set the default language.</td> |
75 <td>Public classmethod to set the default language.</td> |
184 Public classmethod to get all available languages. |
190 Public classmethod to get all available languages. |
185 </p><dl> |
191 </p><dl> |
186 <dt>Returns:</dt> |
192 <dt>Returns:</dt> |
187 <dd> |
193 <dd> |
188 list of available languages (list of strings) |
194 list of available languages (list of strings) |
|
195 </dd> |
|
196 </dl><a NAME="SpellChecker.getDefaultPath" ID="SpellChecker.getDefaultPath"></a> |
|
197 <h4>SpellChecker.getDefaultPath (class method)</h4> |
|
198 <b>getDefaultPath</b>(<i>isException=False</i>) |
|
199 <p> |
|
200 Class method to get the default path names of the user dictionaries. |
|
201 </p><dl> |
|
202 <dt><i>isException</i></dt> |
|
203 <dd> |
|
204 flag indicating to return the name of the default |
|
205 exception dictionary (boolean) |
|
206 </dd> |
|
207 </dl><dl> |
|
208 <dt>Returns:</dt> |
|
209 <dd> |
|
210 file name of the default user dictionary or the default user |
|
211 exception dictionary (string) |
|
212 </dd> |
|
213 </dl><a NAME="SpellChecker.getUserDictionaryPath" ID="SpellChecker.getUserDictionaryPath"></a> |
|
214 <h4>SpellChecker.getUserDictionaryPath (class method)</h4> |
|
215 <b>getUserDictionaryPath</b>(<i>isException</i>) |
|
216 <p> |
|
217 Class method to get the path name of a user dictionary file. |
|
218 </p><dl> |
|
219 <dt><i>isException</i></dt> |
|
220 <dd> |
|
221 flag indicating to return the name of the user |
|
222 exception dictionary (boolean) |
|
223 </dd> |
|
224 </dl><dl> |
|
225 <dt>Returns:</dt> |
|
226 <dd> |
|
227 file name of the user dictionary or the user exception |
|
228 dictionary (string) |
189 </dd> |
229 </dd> |
190 </dl><a NAME="SpellChecker.isAvailable" ID="SpellChecker.isAvailable"></a> |
230 </dl><a NAME="SpellChecker.isAvailable" ID="SpellChecker.isAvailable"></a> |
191 <h4>SpellChecker.isAvailable (class method)</h4> |
231 <h4>SpellChecker.isAvailable (class method)</h4> |
192 <b>isAvailable</b>(<i></i>) |
232 <b>isAvailable</b>(<i></i>) |
193 <p> |
233 <p> |