# C1.WPF.SpellChecker.ISpellParser

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_ISpellParser" data-uid="C1.WPF.SpellChecker.ISpellParser" class="text-break">ISpellParser Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that must be implemented by custom spell-check parsers.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.SpellChecker.html">C1.WPF.SpellChecker</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.SpellChecker.4.6.2.dll</h6>
  <h5 id="C1_WPF_SpellChecker_ISpellParser_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISpellParser</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISpellParser</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellParser_FilterWord_System_String_" data-uid="C1.WPF.SpellChecker.ISpellParser.FilterWord(System.String)">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellParser.FilterWord.html#C1_WPF_SpellChecker_ISpellParser_FilterWord_System_String_">FilterWord(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Method that filters any unwanted characters out of a string to be checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellParser_GetNextWord_System_String_System_Int32_C1_WPF_SpellChecker_IgnoreOptions_System_String_" data-uid="C1.WPF.SpellChecker.ISpellParser.GetNextWord(System.String,System.Int32,C1.WPF.SpellChecker.IgnoreOptions,System.String)">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellParser.GetNextWord.html#C1_WPF_SpellChecker_ISpellParser_GetNextWord_System_String_System_Int32_C1_WPF_SpellChecker_IgnoreOptions_System_String_">GetNextWord(string, int, IgnoreOptions, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Method that retrieves the next word to spell-check in a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
