# GrapeCity.Documents.Word.CommentInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_CommentInfo" data-uid="GrapeCity.Documents.Word.CommentInfo" class="text-break">CommentInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents an annotation reference mark at the current location in the comment.</p>
<p>
An annotation reference mark is an information block 
that represents the metadata associated with the current comment. 
The annotation reference mark should typically consist of the initials
and a unique integer associated with its position in the document,
but can be displayed in any desired format.
</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">CommentInfo</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.CommentInfo.html">CommentInfo</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_CommentInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CommentInfo : ContentObject, IBrowsable&lt;CommentInfo&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CommentInfo
    Inherits ContentObject
    Implements IBrowsable(Of CommentInfo)</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_CommentInfo_Next" data-uid="GrapeCity.Documents.Word.CommentInfo.Next">
          <a class="xref" href="GrapeCity.Documents.Word.CommentInfo.Next.html#GrapeCity_Documents_Word_CommentInfo_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next comment info.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CommentInfo_ParentRun" data-uid="GrapeCity.Documents.Word.CommentInfo.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.CommentInfo.ParentRun.html#GrapeCity_Documents_Word_CommentInfo_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_CommentInfo_Previous" data-uid="GrapeCity.Documents.Word.CommentInfo.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.CommentInfo.Previous.html#GrapeCity_Documents_Word_CommentInfo_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous comment info.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
