API Reference

Class

PowerPointDeckPlanDiagnostic

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Warning or error found while validating a planned designer slide.

Inheritance

  • Object
  • PowerPointDeckPlanDiagnostic

Usage

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

Methods

public override String ToString() #
Returns: String

Properties

public Int32 Index { get; } #

Zero-based slide index within the plan.

public PowerPointDeckPlanSlideKind Kind { get; } #

Semantic slide kind.

public String Title { get; } #

Planned slide title.

public PowerPointDeckPlanDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public String Code { get; } #

Stable machine-readable diagnostic code.

public String Message { get; } #

Human-readable diagnostic message.