SpellReplacementCollection Object (ISpellReplacementCollection Interface)
This object represents a collection of words pairs, represented by the SpellReplacement objects. This object exposes the standard collection functionality.
Notes:
- The indexing of ABBYY FineReader Engine collections starts with 0.
- The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int, read-only | Stores the number of elements in the collection. |
| Element | SpellReplacement, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new element at the end of the collection. |
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| InsertAt | Inserts a new element into the specified position in the collection. |
| Item | Provides access to a single element of the collection. |
See also
9/17/2024 3:14:40 PM