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

# SpellReplacementCollection オブジェクト（ISpellReplacementCollection インターフェイス）

> Windows 上の ABBYY FineReader Engine Visual Components の SpellReplacementCollection オブジェクト（ISpellReplacementCollection インターフェイス）— このオブジェクトは、SpellReplacement オブジェクトで表される単語ペアのコレクションを表します...

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

このオブジェクトは、[SpellReplacement](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellreplacement) オブジェクトで表される単語ペアのコレクションを表します。標準的なコレクション機能を備えています。

* 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) | [SpellReplacement](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellreplacement), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | コレクション内の単一の要素へのアクセスを提供します。 |

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

| 名前                                                                                                                         | 説明                                            |
| -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [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>

[SpellReplacement](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellreplacement)

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

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

[コレクションの操作](/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)
