DocxTopLevelComment 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 Comments in the document
public class DocxTopLevelComment
type DocxTopLevelComment = class
Public Class DocxTopLevelComment
- Inheritance
-
DocxTopLevelComment
Constructors
| Name | Description |
|---|---|
| DocxTopLevelComment() | |
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 |
| Path |
Path to the comment in the document |
| ReplyChildComments |
Child comments, that are replies to this one |