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 Sub SetNext(text As String)
public void SetNext(Proofing.IncorrectWord incorrectWord);
Public Sub SetNext(incorrectWord As Proofing.IncorrectWord)
public void SetNext(object textControl);
Public Sub SetNext(textControl As Object)
public void SetNext(object misspelledWord, object iFormattedText);
Public Sub SetNext(misspelledWord As Object, iFormattedText As Object)
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