Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Comment Class
Properties Methods

In This Topic
    Comment Class Members
    In This Topic

    The following tables list the members exposed by Comment.

    Public Properties
     NameDescription
    Public PropertyGets the parent Comment for comments that are replies to an existing comment.

    For new (top-level) comments returns null.

     
    Public Property Gets or sets the author of this comment.  
    Public Property Gets the content of this comment.  
    Public PropertyGets the child ContentObjects in this content range. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets the date of this comment.  
    Public PropertyGets the DocumentBase that contains this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets a value indicating whether the comment has been marked closed.  
    Public Property Gets the end mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets a value indicating that the end annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document.  
    Public Property Gets the unique ID of this comment.  
    Public Property Gets or sets the initials of the author of this comment.  
    Public Property Gets the next comment.  
    Public PropertyGets the parent Body of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the previous comment.  
    Public Property Gets the comment content reference mark that links to this comment content.  
    Public PropertyGets the list of child Comment objects that are replies to this comment.  
    Public Property Gets the start mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets a value indicating that the start annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Deletes this comment from the parent Body.  
    Public MethodCreates and returns a Range object representing this content in the body. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public MethodOverloaded. Adds a new Comment to the Replies collection of this comment.  
    Public MethodOverridden.  Gets string representation of the content.  
    Top
    See Also