API Reference

Class

PowerPointInspectionOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Chooses the reports produced by the unified presentation inspection workflow.

Inheritance

  • Object
  • PowerPointInspectionOptions

Usage

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

Accepted by parameters

Constructors

public PowerPointInspectionOptions() #

Properties

public Boolean ValidatePackage { get; set; } #

Runs Open XML package validation.

public Boolean InspectPreflight { get; set; } #

Runs layout, text-fit, collision, asset, and visual-snapshot preflight.

public Boolean InspectAccessibility { get; set; } #

Runs the accessibility policy inspection.

public Boolean InspectFeatures { get; set; } #

Inventories editable, preserved, partially editable, and unsupported features.

public Boolean InspectReviewComments { get; set; } #

Inspects classic and modern review comments.

public Boolean InspectAnimations { get; set; } #

Inspects animation and timing markup.

public Boolean InspectSignatures { get; set; } #

Inspects package signature metadata.

public Boolean InspectVisuals { get; set; } #

Creates structural, extraction, accessibility, PNG, SVG, and snapshot proof.

public FileFormatVersions FileFormatVersion { get; set; } #

Open XML version used by package validation.

public PowerPointDeckPreflightOptions Preflight { get; set; } #

Optional preflight policy.

public PowerPointAccessibilityOptions Accessibility { get; set; } #

Optional accessibility policy.

public String VisualSourceKind { get; set; } #

Source label recorded by visual proof.