# GrapeCity.Documents.Word.TextAnimation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TextAnimation" data-uid="GrapeCity.Documents.Word.TextAnimation" class="text-break">TextAnimation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies animation effect for text runs.</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_TextAnimation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextAnimation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextAnimation</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_TextAnimation_AntsBlack">AntsBlack</td>
        <td><p>Specifies that this text shall be surrounded by an animated black dashed line border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_AntsRed">AntsRed</td>
        <td><p>Specifies that this text shall be surrounded by an animated red dashed line border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_BlinkBackground">BlinkBackground</td>
        <td><p>Specifies that this text shall be surrounded by a background color that alternates between black and white.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_Lights">Lights</td>
        <td><p>Specifies that this text shall be surrounded by a border consisting of a series of colored lights that constantly change colors in sequence.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_None">None</td>
        <td><p>Specifies that this text shall have no animated text effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_Shimmer">Shimmer</td>
        <td><p>Specifies that this text shall be animated by alternating between normal and blurry states.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextAnimation_Sparkle">Sparkle</td>
        <td><p>Specifies that this text shall have a background consisting of a random pattern of colored lights that constantly change colors in sequence.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
