API Reference

Class

PowerPointDeckPreflightFinding

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

One stable, machine-readable deck preflight finding.

Inheritance

  • Object
  • PowerPointDeckPreflightFinding

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 PowerPointDeckPreflightSeverity Severity { get; } #

Finding severity.

public String Code { get; } #

Stable diagnostic code suitable for CI policies.

public String Message { get; } #

Human-readable explanation.

public Int32 SlideIndex { get; } #

Zero-based slide index.

public Nullable<Int32> ShapeIndex { get; } #

Zero-based explicit-shape index, when the finding refers to a shape.

public Nullable<UInt32> ShapeId { get; } #

OOXML shape identifier, when available.

public String ShapeName { get; } #

Shape name, when available.

public Nullable<PowerPointLayoutBox> Bounds { get; } #

Authored shape bounds, when available.

public Nullable<Double> ResolvedFontSizePoints { get; } #

Resolved measured font size in points, when the finding concerns text fit.