TextValidatorCommandEnum enumeration constants are used to denote actions for the misspelt words.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.
Elements
| Name | Description |
|---|---|
| TVC\_None | No action. In this case, the error is displayed in Text Validator and the user of your application can check it. |
| TVC\_Ignore | Leaves the word unchanged. |
| TVC\_IgnoreAll | Leaves all such words in the text unchanged. |
| TVC\_Replace | Replaces the current word with the selected suggestion. |
| TVC\_ReplaceAll | Replaces all such words in the text with the selected suggestion. |
| TVC\_Add | Adds the word to dictionary. |
