SpellWord Object (ISpellWord Interface)
This object represents a word, used during spell checking. It can be a word added during spell checking to the dictionary, a word added to the list of ignored words, a word suggested as a replacement for some uncertainly recognized word, or the uncertainly recognized word itself.
Properties
Name | Type | Description |
---|---|---|
LanguageId | int | Specifies the ID of the language of the word. |
LanguageName | BSTR | Specifies the internal name of the language for the word. |
Word | BSTR | Specifies the word. |
Methods
Name | Description |
---|---|
CopyFrom | Initializes the properties of the current object with values of similar properties of another object. |
Output parameter
This object is the output parameter of the following methods:
- OnValidationEvent method of the ITextValidatorEvents interface
- Item method of the SpellWordCollection object
Input parameter
This object is the input parameter of the Add, InsertAt method of the SpellWordCollection object.
See also
17.09.2024 15:14:41