# GrapeCity.Documents.Text.FormattableInline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_FormattableInline" data-uid="GrapeCity.Documents.Text.FormattableInline" class="text-break">FormattableInline Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for types representing formattable inline elements,
such as <a class="xref" href="GrapeCity.Documents.Text.TextRun.html">TextRun</a> and <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</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"><a class="xref" href="GrapeCity.Documents.Text.Inline.html">Inline</a></div>
    <div class="level2"><span class="xref">FormattableInline</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Text.LineBreak.html">LineBreak</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Text.TextRun.html">TextRun</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_FormattableInline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FormattableInline : Inline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FormattableInline
    Inherits Inline</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_Text_FormattableInline__ctor" data-uid="GrapeCity.Documents.Text.FormattableInline.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.FormattableInline.-ctor.html#GrapeCity_Documents_Text_FormattableInline__ctor">FormattableInline()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance derived from <a class="xref" href="GrapeCity.Documents.Text.FormattableInline.html">FormattableInline</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FormattableInline__ctor_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.FormattableInline.#ctor(GrapeCity.Documents.Text.TextFormat)">
          <a class="xref" href="GrapeCity.Documents.Text.FormattableInline.-ctor.html#GrapeCity_Documents_Text_FormattableInline__ctor_GrapeCity_Documents_Text_TextFormat_">FormattableInline(TextFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance derived from <a class="xref" href="GrapeCity.Documents.Text.FormattableInline.html">FormattableInline</a>.</p>
</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_Text_FormattableInline_Format" data-uid="GrapeCity.Documents.Text.FormattableInline.Format">
          <a class="xref" href="GrapeCity.Documents.Text.FormattableInline.Format.html#GrapeCity_Documents_Text_FormattableInline_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format to be applied to the object. The null value indicates the default format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
