API Reference

Class

WordCommentInfo

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

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.

Properties

public Int32 Index { get; } #

Gets the deterministic index in document comment order.

public String Id { get; } #

Gets the Word comment id.

public String Author { get; } #

Gets the comment author.

public String Initials { get; } #

Gets the author's initials.

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.