# GrapeCity.Drawing.TextCaps

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_TextCaps" data-uid="GrapeCity.Drawing.TextCaps" class="text-break">TextCaps Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the cap types of the text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_TextCaps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextCaps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextCaps</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_Drawing_TextCaps_All">All</td>
        <td><p>Apply all caps on the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextCaps_None">None</td>
        <td><p>None caps.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextCaps_Small">Small</td>
        <td><p>Apply small caps to the text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TextCaps_Unspecified">Unspecified</td>
        <td><p>The value is unspecified.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
