# GrapeCity.Documents.Excel.TextFormatInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_TextFormatInfo" data-uid="GrapeCity.Documents.Excel.TextFormatInfo" class="text-break">TextFormatInfo Class
</h1>
  <div class="markdown level0 summary"><p>Describes font and layout options for drawing text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TextFormatInfo</span></div>
  </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_TextFormatInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextFormatInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextFormatInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_TextFormatInfo__ctor" data-uid="GrapeCity.Documents.Excel.TextFormatInfo.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.TextFormatInfo.-ctor.html#GrapeCity_Documents_Excel_TextFormatInfo__ctor">TextFormatInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_TextFormatInfo_Bold" data-uid="GrapeCity.Documents.Excel.TextFormatInfo.Bold">
          <a class="xref" href="GrapeCity.Documents.Excel.TextFormatInfo.Bold.html#GrapeCity_Documents_Excel_TextFormatInfo_Bold">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top-level font weight for the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TextFormatInfo_FontFamily" data-uid="GrapeCity.Documents.Excel.TextFormatInfo.FontFamily">
          <a class="xref" href="GrapeCity.Documents.Excel.TextFormatInfo.FontFamily.html#GrapeCity_Documents_Excel_TextFormatInfo_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a family of related fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TextFormatInfo_FontSize" data-uid="GrapeCity.Documents.Excel.TextFormatInfo.FontSize">
          <a class="xref" href="GrapeCity.Documents.Excel.TextFormatInfo.FontSize.html#GrapeCity_Documents_Excel_TextFormatInfo_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired font size to use in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_TextFormatInfo_Italic" data-uid="GrapeCity.Documents.Excel.TextFormatInfo.Italic">
          <a class="xref" href="GrapeCity.Documents.Excel.TextFormatInfo.Italic.html#GrapeCity_Documents_Excel_TextFormatInfo_Italic">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style for the content of the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
