# GrapeCity.Documents.Text.InlineObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_InlineObject" data-uid="GrapeCity.Documents.Text.InlineObject" class="text-break">InlineObject Class
</h1>
  <div class="markdown level0 summary"><p>Represents an inline element associated with an embedded object.</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"><a class="xref" href="GrapeCity.Documents.Text.FormattableInline.html">FormattableInline</a></div>
    <div class="level3"><span class="xref">InlineObject</span></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_InlineObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class InlineObject : FormattableInline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class InlineObject
    Inherits FormattableInline</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_InlineObject__ctor" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.-ctor.html#GrapeCity_Documents_Text_InlineObject__ctor">InlineObject()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject__ctor_GrapeCity_Documents_Text_InlineObject_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(GrapeCity.Documents.Text.InlineObject)">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.-ctor.html#GrapeCity_Documents_Text_InlineObject__ctor_GrapeCity_Documents_Text_InlineObject_">InlineObject(InlineObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(System.Object,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.-ctor.html#GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_">InlineObject(object, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(System.Object,System.Single,System.Single,GrapeCity.Documents.Text.TextFormat)">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.-ctor.html#GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_GrapeCity_Documents_Text_TextFormat_">InlineObject(object, float, float, TextFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</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_InlineObject_Flags" data-uid="GrapeCity.Documents.Text.InlineObject.Flags">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.Flags.html#GrapeCity_Documents_Text_InlineObject_Flags">Flags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the flags describing the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_GlyphRun" data-uid="GrapeCity.Documents.Text.InlineObject.GlyphRun">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.GlyphRun.html#GrapeCity_Documents_Text_InlineObject_GlyphRun">GlyphRun</a>
        </td>
        <td class="markdown level1 summary"><p>After executing <a class="xref" href="GrapeCity.Documents.Text.TextLayout.PerformLayout.html#GrapeCity_Documents_Text_TextLayout_PerformLayout_System_Boolean_">PerformLayout(bool)</a> gets the <a class="xref" href="GrapeCity.Documents.Text.GlyphRun.html">GlyphRun</a> associated with the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_Height" data-uid="GrapeCity.Documents.Text.InlineObject.Height">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.Height.html#GrapeCity_Documents_Text_InlineObject_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_MayNotBreakAfter" data-uid="GrapeCity.Documents.Text.InlineObject.MayNotBreakAfter">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.MayNotBreakAfter.html#GrapeCity_Documents_Text_InlineObject_MayNotBreakAfter">MayNotBreakAfter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if there should be no line break after the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_MayNotBreakBefore" data-uid="GrapeCity.Documents.Text.InlineObject.MayNotBreakBefore">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.MayNotBreakBefore.html#GrapeCity_Documents_Text_InlineObject_MayNotBreakBefore">MayNotBreakBefore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if there should be no line break before the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_MustBreakAfter" data-uid="GrapeCity.Documents.Text.InlineObject.MustBreakAfter">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.MustBreakAfter.html#GrapeCity_Documents_Text_InlineObject_MustBreakAfter">MustBreakAfter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the line break must happen after the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_MustBreakBefore" data-uid="GrapeCity.Documents.Text.InlineObject.MustBreakBefore">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.MustBreakBefore.html#GrapeCity_Documents_Text_InlineObject_MustBreakBefore">MustBreakBefore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the line break must happen before the inline object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_Object" data-uid="GrapeCity.Documents.Text.InlineObject.Object">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.Object.html#GrapeCity_Documents_Text_InlineObject_Object">Object</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the embedded object referenced by the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_ObjectRect" data-uid="GrapeCity.Documents.Text.InlineObject.ObjectRect">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.ObjectRect.html#GrapeCity_Documents_Text_InlineObject_ObjectRect">ObjectRect</a>
        </td>
        <td class="markdown level1 summary"><p>After executing <a class="xref" href="GrapeCity.Documents.Text.TextLayout.PerformLayout.html#GrapeCity_Documents_Text_TextLayout_PerformLayout_System_Boolean_">PerformLayout(bool)</a> gets a rectangular area occupied by the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_SidewaysInVerticalText" data-uid="GrapeCity.Documents.Text.InlineObject.SidewaysInVerticalText">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.SidewaysInVerticalText.html#GrapeCity_Documents_Text_InlineObject_SidewaysInVerticalText">SidewaysInVerticalText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the inline object can appear rotated 90 or -90 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_InlineObject_Width" data-uid="GrapeCity.Documents.Text.InlineObject.Width">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.Width.html#GrapeCity_Documents_Text_InlineObject_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>, in graphic units.</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_InlineObject_GetCharCount" data-uid="GrapeCity.Documents.Text.InlineObject.GetCharCount">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.GetCharCount.html#GrapeCity_Documents_Text_InlineObject_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_InlineObject_GetChars" data-uid="GrapeCity.Documents.Text.InlineObject.GetChars">
          <a class="xref" href="GrapeCity.Documents.Text.InlineObject.GetChars.html#GrapeCity_Documents_Text_InlineObject_GetChars">GetChars()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string of UTF-16 characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
