# GrapeCity.Documents.Text.TextDecorations

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_TextDecorations" data-uid="GrapeCity.Documents.Text.TextDecorations" class="text-break">TextDecorations Enum
</h1>
  <div class="markdown level0 summary"><p>Defines constants that specify the decorations applied to text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_TextDecorations_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TextDecorations</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TextDecorations</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_Text_TextDecorations_DoubleUnderline">DoubleUnderline</td>
        <td><p>Double underline is applied to the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextDecorations_None">None</td>
        <td><p>No text decorations are applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextDecorations_Strikethrough">Strikethrough</td>
        <td><p>Strikethrough is applied to the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextDecorations_Underline">Underline</td>
        <td><p>Underline is applied to the text.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
