> ## 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.

# SpellWordCollection オブジェクト（ISpellWordCollection インターフェイス）

> Windows 上の ABBYY FineReader Engine Visual Components における SpellWordCollection オブジェクト（ISpellWordCollection インターフェイス）— このオブジェクトは、スペルチェック時に使用される単語のコレクションを表します。

<Warning>
  Visual Components は、Windows 版 FRE で実装されています。
</Warning>

このオブジェクトは、スペルチェック時に使用される単語のコレクションを表します。これには、スペルチェック中に辞書に追加された単語 ([ITextValidator::AddedWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#addedwords)) 、無視する単語のリストに追加された単語 ([ITextValidator::IgnoredWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#ignoredwords)) 、または認識結果が不確かな単語の置換候補として提示される単語 ([ITextValidator::SuggestedWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#suggestedwords)) を含めることができます。これは [SpellWord](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellword) オブジェクトのコレクションです。標準的なコレクション機能を提供します。

* ABBYY FineReader Engine のコレクションのインデックスは 0 から始まります。
* C# の foreach ステートメント (Visual Basic .NET では for each) を使用して、このコレクションを操作できます。

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

| 名前                                                                                                                       | 型                                                                                                                                                                                                                                 | 説明                     |
| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Count                                                                                                                    | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用                                                                                                                 | コレクション内の要素数を保持します。     |
| [Element](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [SpellWord](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellword), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | コレクション内の1つの要素にアクセスします。 |

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

| Name                                                                                                                       | Description                                   |
| -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Add](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method)             | コレクションの末尾に新しい要素を追加します。                        |
| [CopyFrom](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/copyfrom-method)   | 現在のオブジェクトのプロパティを、別のオブジェクトの対応するプロパティの値で初期化します。 |
| [DeleteAll](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method) | コレクションからすべての要素を削除します。                         |
| [DeleteAt](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method)   | コレクションから要素を削除します。                             |
| [InsertAt](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method)   | コレクション内の指定した位置に新しい要素を挿入します。                   |
| [Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)           | コレクション内の個々の要素にアクセスします。                        |

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

[SpellWord](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellword)

[ITextValidator::AddedWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#addedwords)

[ITextValidator::SuggestedWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#suggestedwords)

[ITextValidator::IgnoredWords](/ja/fine-reader/engine/visual-components-reference/textvalidator#ignoredwords)

[コレクションの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections)

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