Remarks
An exception is thrown for the second overload, if the Spell
An exception is thrown for the fourth overload, if the Spell
Provides a method to set a specific incorrect or misspelled (TXText
public void SetNext(string text);
public void SetNext(Proofing.IncorrectWord incorrectWord);
public void SetNext(object textControl);
public void SetNext(object misspelledWord, object iFormattedText);
Parameter | Description |
---|---|
text | The text that is handled next by the Spell |
incorrect |
The object of type Incorrect |
text |
The object of type TXText |
misspelled |
The object of type TXText |
i |
The object of type TXText |
An exception is thrown for the second overload, if the Spell
An exception is thrown for the fourth overload, if the Spell