# GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AppendParagraphBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak*">AppendParagraphBreak Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AppendParagraphBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendParagraphBreak" data-uid="GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak">AppendParagraphBreak()</h4>
<div class="markdown level1 summary"><p>Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendParagraphBreak()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendParagraphBreak() As TextRun</code></pre>
</div>
<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.TextRun.html">TextRun</a></td>
      <td><p>The created text run.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Text_TextLayout_AppendParagraphBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendParagraphBreak_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak(GrapeCity.Documents.Text.TextFormat)">AppendParagraphBreak(TextFormat)</h4>
<div class="markdown level1 summary"><p>Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendParagraphBreak(TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendParagraphBreak(format As TextFormat) As TextRun</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="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>The text format.</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.TextRun.html">TextRun</a></td>
      <td><p>The created text run.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
