DictionaryRepository
DictionaryRepository class
表示一个库中的所有词典Index.
public class DictionaryRepository
特性
| 姓名 | 描述 |
|---|---|
| AliasDictionary { get; } | 获取别名字典。 |
| Alphabet { get; } | 获取字符字典。 |
| CharacterReplacements { get; } | 获取字符替换字典。 |
| DocumentPasswords { get; } | 获取文档密码字典。 |
| HomophoneDictionary { get; } | 获取同音词字典。 |
| SpellingCorrector { get; } | 获取拼写校正器。 |
| StopWordDictionary { get; } | 获取停用词字典。 |
| SynonymDictionary { get; } | 获取同义词字典。 |
| WordFormsProvider { get; set; } | 获取或设置单词形式提供程序。 |