API Reference

Class

WordCommentThreadInfo

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Groups a top-level Word comment with its parsed replies for review-report consumers.

Inheritance

  • Object
  • WordCommentThreadInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public WordCommentInfo Parent { get; } #

Gets the top-level comment for this thread.

public IReadOnlyList<WordCommentInfo> Replies { get; } #

Gets replies associated with the parent comment.

public Int32 ReplyCount { get; } #

Gets the number of replies in this thread.

public Nullable<Boolean> IsResolved { get; } #

Gets whether the parent comment is marked resolved, or null when the document does not expose that metadata.

public String TargetText { get; } #

Gets the text targeted by the parent comment.