TextValidatorCommandEnum

TextValidatorCommandEnum enumeration constants are used to denote actions for the misspelt words.

typedef enum {
 TVC_None,
 TVC_Ignore,
 TVC_IgnoreAll,
 TVC_Replace,
 TVC_ReplaceAll,
 TVC_Add
} TextValidatorCommandEnum;
    

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.

Used in

ITextValidatorEvents::OnValidationEvent

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.