API Reference
WordCommentInfo
Read-only metadata for a Word comment.
Inheritance
- Object
- WordCommentInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordCommentThreadInfo.Parent
- Property WordCommentThreadInfo.Replies
- Property WordReviewInfo.Comments
- Property WordReviewReport.Comments
- Property WordReviewReport.UnresolvedThreads
Inherited Methods
Properties
public Int32 Index { get; } #Gets the deterministic index in document comment order.
public Nullable<DateTime> DateTime { get; } #Gets the comment timestamp when present.
public String Text { get; } #Gets the plain text stored in the comment body.
public String ParaId { get; } #Gets the paragraph id used by modern comment metadata.
public String ParentParaId { get; } #Gets the parent paragraph id when this comment is a reply.
public Boolean IsReply { get; } #Gets whether the comment is a reply to another comment.
public Nullable<Boolean> IsResolved { get; } #Gets whether the comment is marked resolved; null means the document did not expose this metadata.
public String TargetText { get; } #Gets the plain text targeted by the comment range where it can be found.
public Nullable<WordReviewLocationKind> TargetLocationKind { get; } #Gets the target part category when the comment reference can be found.
public String TargetPartUri { get; } #Gets the package part URI that contains the comment target.
public Boolean IsInTable { get; } #Gets whether the comment target is inside a table.
public Boolean IsInContentControl { get; } #Gets whether the comment target is inside a content control.
public Boolean IsInTextBox { get; } #Gets whether the comment target is inside a text box.