# GrapeCity.ActiveReports.Drawing.FontStyleEx

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Drawing_FontStyleEx" data-uid="GrapeCity.ActiveReports.Drawing.FontStyleEx" class="text-break">FontStyleEx Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies style information applied to text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_FontStyleEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[CLSCompliant(true)]
public enum FontStyleEx</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_ActiveReports_Drawing_FontStyleEx_Bold">Bold</td>
        <td><p>The bold text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontStyleEx_DoubleUnderline">DoubleUnderline</td>
        <td><p>The text with a double underline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontStyleEx_Italic">Italic</td>
        <td><p>The italic text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontStyleEx_Regular">Regular</td>
        <td><p>The regular text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontStyleEx_Strikeout">Strikeout</td>
        <td><p>The text with a strikeout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_FontStyleEx_Underline">Underline</td>
        <td><p>The underlined text.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
