# GrapeCity.Documents.Word.ContinuationSeparatorMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ContinuationSeparatorMark" data-uid="GrapeCity.Documents.Word.ContinuationSeparatorMark" class="text-break">ContinuationSeparatorMark Class
</h1>
  <div class="markdown level0 summary"><p>Represents a continuation separator mark within a run.</p>
<p>
A continuation separator mark is a horizontal line that spans the width of the main story's text extents.
The continuation separator mark is typically used within the context of continuation separator footnotes or endnotes.
These footnote and endnote types define the footnote/endnote used to separate the contents of the main document story
from continuation of footnotes or endnotes that began on a previous page.
</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><span class="xref">ContinuationSeparatorMark</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.ContinuationSeparatorMark.html">ContinuationSeparatorMark</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_ContinuationSeparatorMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ContinuationSeparatorMark : ContentObject, IBrowsable&lt;ContinuationSeparatorMark&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ContinuationSeparatorMark
    Inherits ContentObject
    Implements IBrowsable(Of ContinuationSeparatorMark)</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_ContinuationSeparatorMark_Next" data-uid="GrapeCity.Documents.Word.ContinuationSeparatorMark.Next">
          <a class="xref" href="GrapeCity.Documents.Word.ContinuationSeparatorMark.Next.html#GrapeCity_Documents_Word_ContinuationSeparatorMark_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next separator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ContinuationSeparatorMark_ParentRun" data-uid="GrapeCity.Documents.Word.ContinuationSeparatorMark.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.ContinuationSeparatorMark.ParentRun.html#GrapeCity_Documents_Word_ContinuationSeparatorMark_ParentRun">ParentRun</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content parent <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ContinuationSeparatorMark_Previous" data-uid="GrapeCity.Documents.Word.ContinuationSeparatorMark.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.ContinuationSeparatorMark.Previous.html#GrapeCity_Documents_Word_ContinuationSeparatorMark_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous separator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
