DocxComment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |