# GrapeCity.Documents.Text.Inline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_Inline" data-uid="GrapeCity.Documents.Text.Inline" class="text-break">Inline Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for all inline elements.</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">Inline</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Text.AnchoredObject.html">AnchoredObject</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Text.FormattableInline.html">FormattableInline</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_Inline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Inline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_Inline__ctor" data-uid="GrapeCity.Documents.Text.Inline.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.Inline.-ctor.html#GrapeCity_Documents_Text_Inline__ctor">Inline()</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_Text_Inline_CodePointCount" data-uid="GrapeCity.Documents.Text.Inline.CodePointCount">
          <a class="xref" href="GrapeCity.Documents.Text.Inline.CodePointCount.html#GrapeCity_Documents_Text_Inline_CodePointCount">CodePointCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of inline's code points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Inline_CodePointIndex" data-uid="GrapeCity.Documents.Text.Inline.CodePointIndex">
          <a class="xref" href="GrapeCity.Documents.Text.Inline.CodePointIndex.html#GrapeCity_Documents_Text_Inline_CodePointIndex">CodePointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the inline's first code point.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Inline_GetCharCount" data-uid="GrapeCity.Documents.Text.Inline.GetCharCount">
          <a class="xref" href="GrapeCity.Documents.Text.Inline.GetCharCount.html#GrapeCity_Documents_Text_Inline_GetCharCount">GetCharCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of UTF-16 characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_Inline_GetChars" data-uid="GrapeCity.Documents.Text.Inline.GetChars">
          <a class="xref" href="GrapeCity.Documents.Text.Inline.GetChars.html#GrapeCity_Documents_Text_Inline_GetChars">GetChars()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string of UTF-16 characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
