# GrapeCity.Documents.Text.TextLayout.AppendSoftBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AppendSoftBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSoftBreak*">AppendSoftBreak Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AppendSoftBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSoftBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendSoftBreak" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSoftBreak">AppendSoftBreak()</h4>
<div class="markdown level1 summary"><p>Adds a line separator character (0x2028) that causes a line break without ending the paragraph.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendSoftBreak()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendSoftBreak() 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_AppendSoftBreak_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSoftBreak*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendSoftBreak_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendSoftBreak(GrapeCity.Documents.Text.TextFormat)">AppendSoftBreak(TextFormat)</h4>
<div class="markdown level1 summary"><p>Adds a line separator character (0x2028) that causes a line break without ending the paragraph.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextRun AppendSoftBreak(TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendSoftBreak(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>
