# GrapeCity.Documents.Word.Bookmark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Bookmark" data-uid="GrapeCity.Documents.Word.Bookmark" class="text-break">Bookmark Class
</h1>
  <div class="markdown level0 summary"><p>Represents a bookmark range in a body content.</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.ContentRange.html">ContentRange</a></div>
    <div class="level2"><span class="xref">Bookmark</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.Bookmark.html">Bookmark</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_Bookmark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Bookmark : ContentRange, IBrowsable&lt;Bookmark&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Bookmark
    Inherits ContentRange
    Implements IBrowsable(Of Bookmark)</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_Bookmark_EndDisplacedByCustomXml" data-uid="GrapeCity.Documents.Word.Bookmark.EndDisplacedByCustomXml">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.EndDisplacedByCustomXml.html#GrapeCity_Documents_Word_Bookmark_EndDisplacedByCustomXml">EndDisplacedByCustomXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the end annotation's placement
shall be directly linked to the location of the physical presentation
of a custom XML element in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_FirstCoveredColumn" data-uid="GrapeCity.Documents.Word.Bookmark.FirstCoveredColumn">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.FirstCoveredColumn.html#GrapeCity_Documents_Word_Bookmark_FirstCoveredColumn">FirstCoveredColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of the first column
in the row that shall be part of this bookmark.</p>
<p>
-1 indicates that the bookmark has default covering behavior.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_LastCoveredColumn" data-uid="GrapeCity.Documents.Word.Bookmark.LastCoveredColumn">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.LastCoveredColumn.html#GrapeCity_Documents_Word_Bookmark_LastCoveredColumn">LastCoveredColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of the last column
in the row that shall be part of this bookmark.</p>
<p>
-1 indicates that the bookmark has default covering behavior.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_Name" data-uid="GrapeCity.Documents.Word.Bookmark.Name">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.Name.html#GrapeCity_Documents_Word_Bookmark_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique name of this bookmark.
An attempt to set a duplicate name will cause an exception.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_Next" data-uid="GrapeCity.Documents.Word.Bookmark.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.Next.html#GrapeCity_Documents_Word_Bookmark_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_Previous" data-uid="GrapeCity.Documents.Word.Bookmark.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.Previous.html#GrapeCity_Documents_Word_Bookmark_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_StartDisplacedByCustomXml" data-uid="GrapeCity.Documents.Word.Bookmark.StartDisplacedByCustomXml">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.StartDisplacedByCustomXml.html#GrapeCity_Documents_Word_Bookmark_StartDisplacedByCustomXml">StartDisplacedByCustomXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the start annotation's placement
shall be directly linked to the location of the physical presentation
of a custom XML element in the document.</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_Bookmark_Delete" data-uid="GrapeCity.Documents.Word.Bookmark.Delete">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.Delete.html#GrapeCity_Documents_Word_Bookmark_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this bookmark from the body content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Bookmark_ToString" data-uid="GrapeCity.Documents.Word.Bookmark.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.Bookmark.ToString.html#GrapeCity_Documents_Word_Bookmark_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
