# GrapeCity.Documents.Word.SeparatorMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_SeparatorMark" data-uid="GrapeCity.Documents.Word.SeparatorMark" class="text-break">SeparatorMark Class
</h1>
  <div class="markdown level0 summary"><p>Represents a separator mark within the current run.</p>
<p>
A separator mark is a horizontal line that spans part of the width text extents.
The separator mark is typically used within the context of separator footnotes or endnotes.
These footnote and endnote types define the footnote/endnote used to separate the contents
of the main document story from the contents of footnotes or endnotes on that 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">SeparatorMark</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.SeparatorMark.html">SeparatorMark</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_SeparatorMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SeparatorMark : ContentObject, IBrowsable&lt;SeparatorMark&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SeparatorMark
    Inherits ContentObject
    Implements IBrowsable(Of SeparatorMark)</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_SeparatorMark_Next" data-uid="GrapeCity.Documents.Word.SeparatorMark.Next">
          <a class="xref" href="GrapeCity.Documents.Word.SeparatorMark.Next.html#GrapeCity_Documents_Word_SeparatorMark_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next separator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_SeparatorMark_ParentRun" data-uid="GrapeCity.Documents.Word.SeparatorMark.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.SeparatorMark.ParentRun.html#GrapeCity_Documents_Word_SeparatorMark_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_SeparatorMark_Previous" data-uid="GrapeCity.Documents.Word.SeparatorMark.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.SeparatorMark.Previous.html#GrapeCity_Documents_Word_SeparatorMark_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous separator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
