# GrapeCity.Documents.Word.HighlightColor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_HighlightColor" data-uid="GrapeCity.Documents.Word.HighlightColor" class="text-break">HighlightColor Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a highlighting color which is applied as a background behind the contents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_HighlightColor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HighlightColor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HighlightColor</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="GrapeCity_Documents_Word_HighlightColor_Black">Black</td>
        <td><p>Black color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Blue">Blue</td>
        <td><p>Blue color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Cyan">Cyan</td>
        <td><p>Cyan color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkBlue">DarkBlue</td>
        <td><p>Dark blue color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkCyan">DarkCyan</td>
        <td><p>Dark cyan color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkGray">DarkGray</td>
        <td><p>Dark gray color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkGreen">DarkGreen</td>
        <td><p>Dark green color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkMagenta">DarkMagenta</td>
        <td><p>Dark magenta color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkRed">DarkRed</td>
        <td><p>Dark red color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_DarkYellow">DarkYellow</td>
        <td><p>Dark yellow color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Green">Green</td>
        <td><p>Green color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_LightGray">LightGray</td>
        <td><p>Light gray color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Magenta">Magenta</td>
        <td><p>Magenta color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_None">None</td>
        <td><p>Text have no highlighting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Red">Red</td>
        <td><p>Red color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_White">White</td>
        <td><p>White color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_HighlightColor_Yellow">Yellow</td>
        <td><p>Yellow color.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
