SetText Method of the RegExpDictionaryDescription Object
This method sets the regular expression to which the dictionary words must conform.
Syntax
HRESULT SetText( BSTR NewValue );
Parameters
- NewValue
- [in] This variable contains the regular expression. For example, the regular expression [0-9]+ specifies that the dictionary accepts the "words" made up of one or more digits.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25