> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EnumDictionaryWords オブジェクト（IEnumDictionaryWords インターフェイス）

> ABBYY FineReader Engine API の EnumDictionaryWords オブジェクト（IEnumDictionaryWords インターフェイス）— ユーザー定義 Dictionary 内の単語を反復処理する列挙子。列挙子の作成後に親辞書に加えられた変更は、列挙には反映されません。

このオブジェクトは、ユーザー定義辞書に含まれる単語を列挙するために使用します。ユーザー定義辞書は、[Dictionary](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary) オブジェクトで表されます。EnumDictionaryWords オブジェクトは、[IDictionary::EnumWords](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary) メソッドから取得します。親 Dictionary オブジェクトの列挙子オブジェクトを取得した後にその Dictionary オブジェクトに加えられた変更は、その列挙子オブジェクトには反映されません。つまり、辞書に新しい単語を追加しても、その列挙処理には現れません。

<div id="properties">
  ## プロパティ
</div>

| 名前          | 型                                                                                                                                                                                                                | 説明                  |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| Application | [Engine](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Engine オブジェクトを返します。 |

<div id="methods">
  ## メソッド
</div>

| 名前                                                                                                      | 説明               |
| ------------------------------------------------------------------------------------------------------- | ---------------- |
| [Next](/ja/fine-reader/engine/api-reference/language-related-objects/enumdictionarywords/next-method)   | 反復処理で次の単語を取得します。 |
| [Reset](/ja/fine-reader/engine/api-reference/language-related-objects/enumdictionarywords/reset-method) | 反復処理を最初から再開します。  |

<div id="output-parameter">
  ## 出力パラメータ
</div>

このオブジェクトは、[IDictionary::EnumWords](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary)メソッドの出力パラメータです。

<div id="see-also">
  ## 関連項目
</div>

[Dictionary](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary)

[辞書の使用方法](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-dictionaries)

[プロパティの使用方法](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
