DocxComment Class

Definition

Item in Child comments, that are replies to this one

public class DocxComment
type DocxComment = class
Public Class DocxComment
Inheritance
DocxComment

Constructors

Name Description
DocxComment()

Properties

Name Description
Author

Author name of the comment

AuthorInitials

Initials of the author of the comment

CommentDate

Date timestamp of the comment

CommentText

Text content of the comment

Done

True if this comment is marked as Done in Word, otherwise it is false

IsReply

True if this comment is a reply to another comment, false otherwise

IsTopLevel

True if the comment is at the top level, false if this comment is a child reply of another comment

ParentCommentPath

Path to the parent of this comment, if this comment is a reply, otherwise this value will be null

Path

Path to the comment in the document

Applies to