# GrapeCity.Documents.Text.TextLayout.AppendAnchoredObject

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AppendAnchoredObject_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendAnchoredObject*">AppendAnchoredObject Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AppendAnchoredObject_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendAnchoredObject*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendAnchoredObject_System_Single_System_Single_System_Boolean_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendAnchoredObject(System.Single,System.Single,System.Boolean)">AppendAnchoredObject(float, float, bool)</h4>
<div class="markdown level1 summary"><p>Adds an anchored object with specified dimensions to the end of the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.Inlines.html#GrapeCity_Documents_Text_TextLayout_Inlines">Inlines</a> collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AnchoredObject AppendAnchoredObject(float width, float height, bool wrapWithText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendAnchoredObject(width As Single, height As Single, wrapWithText As Boolean) As AnchoredObject</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The object's width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The object's height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">wrapWithText</span></td>
      <td><p>Indicates whether to wrap the object with text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.AnchoredObject.html">AnchoredObject</a></td>
      <td><p>The created <a class="xref" href="GrapeCity.Documents.Text.AnchoredObject.html">AnchoredObject</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
