# GrapeCity.Documents.Excel.Drawing.IFontFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IFontFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat" class="text-break">IFontFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents font attributes (for example, font name, font size, and color) for an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IFontFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFontFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFontFormat</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_Drawing_IFontFormat_Bold" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Bold">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Bold.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean property that indicates whether the represented text is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Color" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Color.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color format .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Italic" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Italic">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Italic.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean property that indicates whether the represented text is italicized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Name" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Name.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font name to use for the represented text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Size" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Size">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Size.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the font in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Strikethrough" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Strikethrough">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Strikethrough.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Strikethrough">Strikethrough</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean property that indicates whether the represented text has a strike through it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Subscript" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Subscript">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Subscript.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Subscript">Subscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean property that indicates whether the represented text is a subscript.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Superscript" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Superscript">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Superscript.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Superscript">Superscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean property that indicates whether the represented text is a superscript.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_ThemeFont" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.ThemeFont">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.ThemeFont.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_ThemeFont">ThemeFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme font in the applied font scheme that is associated with the specified object (read/write <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.ThemeFont.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_ThemeFont">ThemeFont</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IFontFormat_Underline" data-uid="GrapeCity.Documents.Excel.Drawing.IFontFormat.Underline">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.Underline.html#GrapeCity_Documents_Excel_Drawing_IFontFormat_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the UnderlineStyle of the represented text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
