# GrapeCity.Documents.Text.TextLayout.AppendSectionBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AppendSectionBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSectionBreak*">AppendSectionBreak Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AppendSectionBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSectionBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendSectionBreak" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSectionBreak">AppendSectionBreak()</h4>
<div class="markdown level1 summary"><p>Appends a form feed character ('\f', character code 0x000C) to the text. This causes
any text added after it to &quot;not fit&quot; - if the text layout is drawn, that text will not be rendered.
If the Split() method is called, the text will be split at this point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendSectionBreak()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendSectionBreak() 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_AppendSectionBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSectionBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendSectionBreak_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSectionBreak(GrapeCity.Documents.Text.TextFormat)">AppendSectionBreak(TextFormat)</h4>
<div class="markdown level1 summary"><p>Appends a form feed character ('\f', character code 0x000C) to the text. This causes
any text added after it to &quot;not fit&quot; - if the text layout is drawn, that text will not be rendered.
If the Split() method is called, the text will be split at this point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendSectionBreak(TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendSectionBreak(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>
