# GrapeCity.Documents.Word.Marker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Marker" data-uid="GrapeCity.Documents.Word.Marker" class="text-break">Marker Class
</h1>
  <div class="markdown level0 summary"><p>Represents a marker pointing to a position in a document
relative to a specific <a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>.</p>
<p>
The marker can point to a position at the start of an object (<a class="xref" href="GrapeCity.Documents.Word.MarkerType.html#GrapeCity_Documents_Word_MarkerType_Start">Start</a>,
at the end of an object (see <a class="xref" href="GrapeCity.Documents.Word.MarkerType.html#GrapeCity_Documents_Word_MarkerType_End">End</a>,
or to a position occupied by a whole childless object (<a class="xref" href="GrapeCity.Documents.Word.MarkerType.html#GrapeCity_Documents_Word_MarkerType_Whole">Whole</a>.
</p>
<p>
If the marker belongs to a <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a>, it can be used even if its <a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a>
has been deleted.
</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"><span class="xref">Marker</span></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_Marker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Marker</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Marker</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_Marker_Content" data-uid="GrapeCity.Documents.Word.Marker.Content">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.Content.html#GrapeCity_Documents_Word_Marker_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a> with which this marker is associated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_EndSection" data-uid="GrapeCity.Documents.Word.Marker.EndSection">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.EndSection.html#GrapeCity_Documents_Word_Marker_EndSection">EndSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.Section.html">Section</a> which ends in this marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_Next" data-uid="GrapeCity.Documents.Word.Marker.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.Next.html#GrapeCity_Documents_Word_Marker_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <a class="xref" href="GrapeCity.Documents.Word.Marker.html">Marker</a> in the body order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_Previous" data-uid="GrapeCity.Documents.Word.Marker.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.Previous.html#GrapeCity_Documents_Word_Marker_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous <a class="xref" href="GrapeCity.Documents.Word.Marker.html">Marker</a> in the body order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_StartSection" data-uid="GrapeCity.Documents.Word.Marker.StartSection">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.StartSection.html#GrapeCity_Documents_Word_Marker_StartSection">StartSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.Section.html">Section</a> which starts in this marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_Type" data-uid="GrapeCity.Documents.Word.Marker.Type">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.Type.html#GrapeCity_Documents_Word_Marker_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the marker type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Marker_ToString" data-uid="GrapeCity.Documents.Word.Marker.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.ToString.html#GrapeCity_Documents_Word_Marker_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Marker_ToString_System_String_" data-uid="GrapeCity.Documents.Word.Marker.ToString(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Marker.ToString.html#GrapeCity_Documents_Word_Marker_ToString_System_String_">ToString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the marker.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
