# GrapeCity.Documents.Excel.IFont

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IFont" data-uid="GrapeCity.Documents.Excel.IFont" class="text-break">IFont Interface
</h1>
  <div class="markdown level0 summary"><p>Contains the font attributes (font name, font size, color, and so on) for an object.</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_IFont_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFont</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFont</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_IFont_Bold" data-uid="GrapeCity.Documents.Excel.IFont.Bold">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Bold.html#GrapeCity_Documents_Excel_IFont_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font is bold.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Color" data-uid="GrapeCity.Documents.Excel.IFont.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Color.html#GrapeCity_Documents_Excel_IFont_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IFont.Color.html#GrapeCity_Documents_Excel_IFont_Color">Color</a> of the represented text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_ColorIndex" data-uid="GrapeCity.Documents.Excel.IFont.ColorIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.ColorIndex.html#GrapeCity_Documents_Excel_IFont_ColorIndex">ColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Italic" data-uid="GrapeCity.Documents.Excel.IFont.Italic">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Italic.html#GrapeCity_Documents_Excel_IFont_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font style is italic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Name" data-uid="GrapeCity.Documents.Excel.IFont.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Name.html#GrapeCity_Documents_Excel_IFont_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Size" data-uid="GrapeCity.Documents.Excel.IFont.Size">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Size.html#GrapeCity_Documents_Excel_IFont_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Strikethrough" data-uid="GrapeCity.Documents.Excel.IFont.Strikethrough">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Strikethrough.html#GrapeCity_Documents_Excel_IFont_Strikethrough">Strikethrough</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font is struck through with a horizontal line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Subscript" data-uid="GrapeCity.Documents.Excel.IFont.Subscript">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Subscript.html#GrapeCity_Documents_Excel_IFont_Subscript">Subscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font is formatted as subscript (False by default).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Superscript" data-uid="GrapeCity.Documents.Excel.IFont.Superscript">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Superscript.html#GrapeCity_Documents_Excel_IFont_Superscript">Superscript</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the font is formatted as superscript. The value is False by default.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_ThemeColor" data-uid="GrapeCity.Documents.Excel.IFont.ThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.ThemeColor.html#GrapeCity_Documents_Excel_IFont_ThemeColor">ThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme color in the applied color scheme that is associated with the specified object. The <a class="xref" href="GrapeCity.Documents.Excel.ThemeColor.html">ThemeColor</a> value is read or write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_ThemeFont" data-uid="GrapeCity.Documents.Excel.IFont.ThemeFont">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.ThemeFont.html#GrapeCity_Documents_Excel_IFont_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. The <a class="xref" href="GrapeCity.Documents.Excel.IFont.ThemeFont.html#GrapeCity_Documents_Excel_IFont_ThemeFont">ThemeFont</a> is read or write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_TintAndShade" data-uid="GrapeCity.Documents.Excel.IFont.TintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.TintAndShade.html#GrapeCity_Documents_Excel_IFont_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens a color.
The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IFont_Underline" data-uid="GrapeCity.Documents.Excel.IFont.Underline">
          <a class="xref" href="GrapeCity.Documents.Excel.IFont.Underline.html#GrapeCity_Documents_Excel_IFont_Underline">Underline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of underline applied to the font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
