# GrapeCity.Documents.Word.Underline

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_Underline" data-uid="GrapeCity.Documents.Word.Underline" class="text-break">Underline Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of the underline applied to a font.</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_Underline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Underline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Underline</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_Underline_Dash">Dash</td>
        <td><p>Dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DashDotDotHeavy">DashDotDotHeavy</td>
        <td><p>An alternating heavy dot-dot-dash pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DashDotHeavy">DashDotHeavy</td>
        <td><p>Alternating heavy dots and heavy dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DashHeavy">DashHeavy</td>
        <td><p>Heavy dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DashLong">DashLong</td>
        <td><p>Long dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DashLongHeavy">DashLongHeavy</td>
        <td><p>A double wavy line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DotDash">DotDash</td>
        <td><p>Alternating dots and dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DotDotDash">DotDotDash</td>
        <td><p>An alternating dot-dot-dash pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Dotted">Dotted</td>
        <td><p>Dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_DottedHeavy">DottedHeavy</td>
        <td><p>Heavy dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Double">Double</td>
        <td><p>A double line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_None">None</td>
        <td><p>No underline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Single">Single</td>
        <td><p>A single line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Thick">Thick</td>
        <td><p>A single thick line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Wavy">Wavy</td>
        <td><p>A single wavy line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_WavyDouble">WavyDouble</td>
        <td><p>Long heavy dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_WavyHeavy">WavyHeavy</td>
        <td><p>A heavy wavy line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Underline_Words">Words</td>
        <td><p>Underline individual words only.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
