# GrapeCity.Documents.Word.TextCollection.InsertBreak

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TextCollection_InsertBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak*">InsertBreak Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TextCollection_InsertBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_InsertBreak_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak(GrapeCity.Documents.Word.InsertLocation)">InsertBreak(InsertLocation)</h4>
<div class="markdown level1 summary"><p>Inserts a line <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> into this collection at a specified 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 InsertBreak(InsertLocation location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function InsertBreak(location As InsertLocation) 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.InsertLocation.html">InsertLocation</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>The target <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html">InsertLocation</a> for the insertion.</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 inserted <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextCollection_InsertBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_InsertBreak_GrapeCity_Documents_Word_BreakType_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak(GrapeCity.Documents.Word.BreakType,GrapeCity.Documents.Word.InsertLocation)">InsertBreak(BreakType, InsertLocation)</h4>
<div class="markdown level1 summary"><p>Inserts a <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> into this collection at a specified 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 InsertBreak(BreakType type, InsertLocation location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function InsertBreak(type As BreakType, location As InsertLocation) 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.InsertLocation.html">InsertLocation</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>The target <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html">InsertLocation</a> for the insertion.</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 inserted <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Word_TextCollection_InsertBreak_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak*"></a>
<h4 id="GrapeCity_Documents_Word_TextCollection_InsertBreak_GrapeCity_Documents_Word_BreakType_GrapeCity_Documents_Word_BreakClear_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.TextCollection.InsertBreak(GrapeCity.Documents.Word.BreakType,GrapeCity.Documents.Word.BreakClear,GrapeCity.Documents.Word.InsertLocation)">InsertBreak(BreakType, BreakClear, InsertLocation)</h4>
<div class="markdown level1 summary"><p>Inserts a <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a> into this collection at a specified 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 InsertBreak(BreakType type, BreakClear clear, InsertLocation location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function InsertBreak(type As BreakType, clear As BreakClear, location As InsertLocation) 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>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html">InsertLocation</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>The target <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html">InsertLocation</a> for the insertion.</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 inserted <a class="xref" href="GrapeCity.Documents.Word.Break.html">Break</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
