# C1.C1Word.C1WordDocument.AddParagraph

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_C1WordDocument_AddParagraph_" data-uid="C1.C1Word.C1WordDocument.AddParagraph*">AddParagraph Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_C1WordDocument_AddParagraph_" data-uid="C1.C1Word.C1WordDocument.AddParagraph*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddParagraph_System_String_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String)">AddParagraph(string)</h4>
<div class="markdown level1 summary"><p>Add 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 RtfParagraph AddParagraph(string text)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddParagraph(text As String) As RtfParagraph</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text string of the paragraph.</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="C1.C1Word.Objects.RtfParagraph.html">RtfParagraph</a></td>
      <td><p>The Word/RTF paragraph object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddParagraph_" data-uid="C1.C1Word.C1WordDocument.AddParagraph*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font)">AddParagraph(string, Font)</h4>
<div class="markdown level1 summary"><p>Add 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 RtfParagraph AddParagraph(string text, Font font)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddParagraph(text As String, font As Font) As RtfParagraph</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text string of the paragraph.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>The drawing font.</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="C1.C1Word.Objects.RtfParagraph.html">RtfParagraph</a></td>
      <td><p>The Word/RTF paragraph object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddParagraph_" data-uid="C1.C1Word.C1WordDocument.AddParagraph*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font,System.Drawing.Color)">AddParagraph(string, Font, Color)</h4>
<div class="markdown level1 summary"><p>Add 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 RtfParagraph AddParagraph(string text, Font font, Color clr)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddParagraph(text As String, font As Font, clr As Color) As RtfParagraph</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text string of the paragraph.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>The drawing font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">clr</span></td>
      <td><p>The drawing color.</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="C1.C1Word.Objects.RtfParagraph.html">RtfParagraph</a></td>
      <td><p>The Word/RTF paragraph object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Word_C1WordDocument_AddParagraph_" data-uid="C1.C1Word.C1WordDocument.AddParagraph*"></a>
<h4 id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font,System.Drawing.Color,C1.C1Word.RtfHorizontalAlignment)">AddParagraph(string, Font, Color, RtfHorizontalAlignment)</h4>
<div class="markdown level1 summary"><p>Add 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 RtfParagraph AddParagraph(string text, Font font, Color clr, RtfHorizontalAlignment align)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddParagraph(text As String, font As Font, clr As Color, align As RtfHorizontalAlignment) As RtfParagraph</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text string of the paragraph.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">font</span></td>
      <td><p>The drawing font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">clr</span></td>
      <td><p>The drawing color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Word.RtfHorizontalAlignment.html">RtfHorizontalAlignment</a></td>
      <td><span class="parametername">align</span></td>
      <td><p>The paragraph alignment.</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="C1.C1Word.Objects.RtfParagraph.html">RtfParagraph</a></td>
      <td><p>The Word/RTF paragraph object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
