CommentReportRecord
type CommentReportRecord = object
Description
Record of one comment.
Properties
- IsAnswer
boolean
false Specifies whether this is an initial comment or a reply to another comment.
- CommentMessage
string
null The text of the current comment.
- Date
number
null The time when this change was made in local time.
- DateUTC
number
null The time when this change was made in UTC.
- QuoteText
string
null The text to which this comment is related.
Try It
var oCommentsReport = oDocument.GetCommentsReport();