API Reference

Class

PowerPointReviewReport

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Read-only review inspection across classic and modern PowerPoint comments.

Inheritance

  • Object
  • PowerPointReviewReport

Usage

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

Methods

public String ToJson() #
Returns: String

Serializes review metadata as deterministic JSON.

Properties

public Int32 SchemaVersion { get; } #

Report schema version.

public IReadOnlyList<PowerPointReviewComment> Comments { get; } #

Comments in slide and package order.

public Int32 ClassicCount { get; } #

Classic comment count.

public Int32 ModernCount { get; } #

Modern comment and reply count.

public Boolean HasComments { get; } #

Whether the deck contains review content.