# C1.WPF.RichTextBox.Documents.C1TextPointer.Split

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_Documents_C1TextPointer_Split_" data-uid="C1.WPF.RichTextBox.Documents.C1TextPointer.Split*">Split Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_Documents_C1TextPointer_Split_" data-uid="C1.WPF.RichTextBox.Documents.C1TextPointer.Split*"></a>
<h4 id="C1_WPF_RichTextBox_Documents_C1TextPointer_Split_System_Boolean_" data-uid="C1.WPF.RichTextBox.Documents.C1TextPointer.Split(System.Boolean)">Split(bool)</h4>
<div class="markdown level1 summary"><p>Splits this position's <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at its offset into two elements of the same type with the same style properties.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1TextPointer Split(bool splitEdges)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Split(splitEdges As Boolean) As C1TextPointer</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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">splitEdges</span></td>
      <td><p>Indicates whether the element should be split when the position is at the start or end of the element.</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="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a></td>
      <td><p>Returns the position in the parent element between this element and the new element.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_RichTextBox_Documents_C1TextPointer_Split_" data-uid="C1.WPF.RichTextBox.Documents.C1TextPointer.Split*"></a>
<h4 id="C1_WPF_RichTextBox_Documents_C1TextPointer_Split" data-uid="C1.WPF.RichTextBox.Documents.C1TextPointer.Split">Split()</h4>
<div class="markdown level1 summary"><p>Splits this position's <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at its offset into two elements of the same type with the same style properties.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1TextPointer Split()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Split() As C1TextPointer</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="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a></td>
      <td><p>Returns the position in the parent element between this element and the new element.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
