[]
        
(Showing Draft Content)

C1.Win.SpellChecker.ISpellParser

ISpellParser Interface

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

Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.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.