# GrapeCity.Documents.Word.TextCollection.AddBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TextCollection_AddBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak*">AddBreak Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TextCollection_AddBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_AddBreak" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak">AddBreak()</h4>
<div class="markdown level1 summary"><p>Adds a line <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> to this collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Break AddBreak()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddBreak() As Break</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.Word.Break.html">Break</a></td>
      <td><p>The added <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextCollection_AddBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_AddBreak_GrapeCity_Documents_Word_BreakType_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak(GrapeCity.Documents.Word.BreakType)">AddBreak(BreakType)</h4>
<div class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> to this collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Break AddBreak(BreakType type)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddBreak(type As BreakType) As Break</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.Word.BreakType.html">BreakType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The break type.</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.Word.Break.html">Break</a></td>
      <td><p>The added <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextCollection_AddBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_AddBreak_GrapeCity_Documents_Word_BreakType_GrapeCity_Documents_Word_BreakClear_" data-uid="GrapeCity.Documents.Word.TextCollection.AddBreak(GrapeCity.Documents.Word.BreakType,GrapeCity.Documents.Word.BreakClear)">AddBreak(BreakType, BreakClear)</h4>
<div class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> to this collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Break AddBreak(BreakType type, BreakClear clear)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddBreak(type As BreakType, clear As BreakClear) As Break</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.Word.BreakType.html">BreakType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The break type.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.BreakClear.html">BreakClear</a></td>
      <td><span class="parametername">clear</span></td>
      <td><p>The location that shall be used as the next available line when the <code class="paramref">type</code> has a value of <a class="xref" href="GrapeCity.Documents.Word.BreakType.html#GrapeCity_Documents_Word_BreakType_TextWrapping">TextWrapping</a>.</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.Word.Break.html">Break</a></td>
      <td><p>The added <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
