# GrapeCity.Documents.Excel.IFontOption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IFontOption" data-uid="GrapeCity.Documents.Excel.IFontOption" class="text-break">IFontOption Interface
</h1>
  <div class="markdown level0 summary"><p>Font option.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IFontOption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFontOption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFontOption</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontFamily" data-uid="GrapeCity.Documents.Excel.IFontOption.FontFamily">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontFamily.html#GrapeCity_Documents_Excel_IFontOption_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontFamily. The default value is 'sans-serif'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontSize" data-uid="GrapeCity.Documents.Excel.IFontOption.FontSize">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontSize.html#GrapeCity_Documents_Excel_IFontOption_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontSize. The default value is '12px'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontStyle" data-uid="GrapeCity.Documents.Excel.IFontOption.FontStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontStyle.html#GrapeCity_Documents_Excel_IFontOption_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontStyle. The default value is 'normal'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontTextAlign" data-uid="GrapeCity.Documents.Excel.IFontOption.FontTextAlign">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontTextAlign.html#GrapeCity_Documents_Excel_IFontOption_FontTextAlign">FontTextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontTextAlign. The default value is 'center'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontTextDecoration" data-uid="GrapeCity.Documents.Excel.IFontOption.FontTextDecoration">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontTextDecoration.html#GrapeCity_Documents_Excel_IFontOption_FontTextDecoration">FontTextDecoration</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontTextDecoration. The default value is 'none'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFontOption_FontWeight" data-uid="GrapeCity.Documents.Excel.IFontOption.FontWeight">
          <a class="xref" href="GrapeCity.Documents.Excel.IFontOption.FontWeight.html#GrapeCity_Documents_Excel_IFontOption_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents the label text fontWeight. The default value is 'normal'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
