# GrapeCity.Spreadsheet.FontAttributes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_FontAttributes" data-uid="GrapeCity.Spreadsheet.FontAttributes" class="text-break">FontAttributes Enum
</h1>
  <div class="markdown level0 summary"><p>Represents all attributes of a font.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_FontAttributes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FontAttributes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FontAttributes</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_Spreadsheet_FontAttributes_All">All</td>
        <td><p>Specifies all attributes of a font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Bold">Bold</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Bold</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_CfColor">CfColor</td>
        <td><p>Specifies the color is from conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_CharSet">CharSet</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.CharSet</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Color">Color</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Color</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Condense">Condense</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Condense</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Extend">Extend</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Extend</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Family">Family</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Family</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Italic">Italic</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Italic</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Name">Name</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Name</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_None">None</td>
        <td><p>Specifies no attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Outline">Outline</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Outline</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Shadow">Shadow</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Shadow</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Size">Size</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Size</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Strikethrough">Strikethrough</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Strikethrough</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Style">Style</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Style</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_ThemeFont">ThemeFont</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.ThemeFont</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_Underline">Underline</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.Underline</span> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_FontAttributes_VerticalAlign">VerticalAlign</td>
        <td><p>Specifies <span class="xref">GrapeCity.Spreadsheet.Font.VerticalAlign</span> attribute.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
