Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CommentInfo Class
Members

In This Topic
    CommentInfo Class
    In This Topic
    Represents an annotation reference mark at the current location in the comment.

    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.

    Object Model
    CommentInfo Class
    Syntax
    'Declaration
     
    Public Class CommentInfo 
       Inherits ContentObject
       Implements GrapeCity.Documents.Word.IBrowsable(Of CommentInfo) 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.CommentInfo

    See Also