API Reference

Class

WordReviewInfo

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Read-only review metadata discovered in a Word document.

Inheritance

  • Object
  • WordReviewInfo

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

Accepted by parameters

Methods

public IReadOnlyList<WordRevisionInfo> GetRevisionsByAuthor(String author) #
Returns: IReadOnlyList<WordRevisionInfo>

Returns revisions authored by the specified person using case-insensitive matching.

Parameters

author System.String requiredposition: 0
Author name to match.

Properties

public IReadOnlyList<WordCommentInfo> Comments { get; } #

Gets classic comments and parsed comment thread metadata.

public IReadOnlyList<WordRevisionInfo> Revisions { get; } #

Gets tracked revisions discovered in document content parts.

public IReadOnlyList<String> UnsupportedMetadata { get; } #

Gets modern review package metadata that is detected but not yet fully parsed.

public Boolean HasReviewMetadata { get; } #

Gets whether any review metadata was discovered.

public Int32 CommentCount { get; } #

Gets the number of parsed top-level and reply comments.

public Int32 RevisionCount { get; } #

Gets the number of parsed tracked revisions.

public Int32 ResolvedCommentCount { get; } #

Gets the number of comments marked as resolved where the metadata is available.

public Int32 UnresolvedCommentCount { get; } #

Gets the number of comments that are known unresolved where the metadata is available.

public Int32 ReplyCount { get; } #

Gets the number of comments that are replies to another comment.