# C1.C1Word.C1WordDocument.DrawParagraph

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_C1WordDocument_DrawParagraph_" data-uid="C1.C1Word.C1WordDocument.DrawParagraph*">DrawParagraph Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_C1WordDocument_DrawParagraph_" data-uid="C1.C1Word.C1WordDocument.DrawParagraph*"></a>
<h4 id="C1_C1Word_C1WordDocument_DrawParagraph_System_Drawing_RectangleF_C1_C1Word_Objects_RtfParagraph_System_Boolean_" data-uid="C1.C1Word.C1WordDocument.DrawParagraph(System.Drawing.RectangleF,C1.C1Word.Objects.RtfParagraph,System.Boolean)">DrawParagraph(RectangleF, RtfParagraph, bool)</h4>
<div class="markdown level1 summary"><p>Draw paragraph into this document in next position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawParagraph(RectangleF rc, RtfParagraph paragraph, bool overlapping = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub DrawParagraph(rc As RectangleF, paragraph As RtfParagraph, Optional overlapping As Boolean = False)</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.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">rc</span></td>
      <td><p>The drawing rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.Objects.RtfParagraph.html">RtfParagraph</a></td>
      <td><span class="parametername">paragraph</span></td>
      <td><p>The drawing paragraph object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">overlapping</span></td>
      <td><p>Is overlapping or no exist TextBox object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
