API Reference
Class
PowerPointReviewReport
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.
Returned or exposed by
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.