API Reference

Class

PowerPointAccessibilityFinding

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

One stable, machine-readable accessibility finding.

Inheritance

  • Object
  • PowerPointAccessibilityFinding

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

Finding severity.

public String Code { get; } #

Stable diagnostic code suitable for CI policies.

public String Message { get; } #

Human-readable explanation.

public Nullable<Int32> SlideIndex { get; } #

Zero-based slide index, when applicable.

public Nullable<UInt32> ShapeId { get; } #

OOXML shape identifier, when applicable.

public String ShapeName { get; } #

Shape name, when applicable.

public Nullable<Double> MeasuredValue { get; } #

Measured numeric value such as a contrast ratio.

public Nullable<Double> RequiredValue { get; } #

Required numeric policy value.