# C1.WPF.SpellChecker.IgnoreOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_SpellChecker_IgnoreOptions" data-uid="C1.WPF.SpellChecker.IgnoreOptions" class="text-break">IgnoreOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies flags that determine whether words should be ignored during spell-checking.</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_IgnoreOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum IgnoreOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum IgnoreOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_All">All</td>
        <td><p>Ignores numbers, mixed case, URLs, HTML tags, and uppercase.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_Default">Default</td>
        <td><p>Default setting: ignores numbers, mixed case, URLs, and HTML tags.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_HtmlTags">HtmlTags</td>
        <td><p>Ignore text in HTML/XML tags.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_MixedCase">MixedCase</td>
        <td><p>Ignore words that contain a mix of uppercase and lowercase characters, except
when there is a single uppercase at the start (for example, &quot;Lowercase&quot; would
not be ignored, but &quot;LowerCase&quot; and &quot;lowerCase&quot; would).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_None">None</td>
        <td><p>Do not ignore any words.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_Numbers">Numbers</td>
        <td><p>Ignore words that contain numbers (digits).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_UpperCase">UpperCase</td>
        <td><p>Ignore words that are all uppercase.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_IgnoreOptions_Urls">Urls</td>
        <td><p>Ignore words that look like URLs or file names.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
