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; } | Word フォーム プロバイダーを取得または設定します。 |