跳到主要内容

CommentReportRecord

Record of one comment.

Type

Object

Properties

NameTypeDescription
IsAnswerbooleanSpecifies whether this is an initial comment or a reply to another comment.
CommentMessagestringThe text of the current comment.
DatenumberThe time when this change was made in local time.
DateUTCnumberThe time when this change was made in UTC.
QuoteTextstringThe text to which this comment is related.

Example

This example shows how to get a report on all comments.

let commentsReport = oDocument.GetCommentsReport();