[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.ISpellParser

ISpellParser Interface

Interface that must be implemented by custom spell-check parsers.

Namespace: C1.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public interface ISpellParser

Methods

Name Description
FilterWord(string)

Method that filters any unwanted characters out of a string to be checked.

GetNextWord(string, int, IgnoreOptions, string)

Method that retrieves the next word to spell-check in a string.