API Reference

Class

PowerPointInspectionReport

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Unified inspection result over the same presentation model used for authoring and editing.

Inheritance

  • Object
  • PowerPointInspectionReport

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

Properties

public IReadOnlyList<ValidationErrorInfo> PackageErrors { get; } #

Open XML package validation errors.

public PowerPointDeckPreflightReport Preflight { get; } #

Layout and visual preflight, when requested.

public PowerPointAccessibilityReport Accessibility { get; } #

Accessibility inspection, when requested.

public PowerPointFeatureReport Features { get; } #

Feature inventory, when requested.

public PowerPointReviewReport ReviewComments { get; } #

Review-comment inspection, when requested.

public PowerPointAnimationReport Animations { get; } #

Animation inspection, when requested.

public PowerPointSignatureReport Signatures { get; } #

Signature inspection, when requested.

public PowerPointVisualProofReport Visuals { get; } #

Rendered visual proof, when requested.

public Boolean IsSuccessful { get; } #

Whether requested package, preflight, accessibility, and visual checks found no errors.