API Reference

Class

LegacyPptImportDiagnostic

Namespace OfficeIMO.PowerPoint.LegacyPpt.Diagnostics
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Describes a finding produced while reading a PowerPoint 97-2003 binary presentation.

Inheritance

  • Object
  • LegacyPptImportDiagnostic

Usage

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

Constructors

public LegacyPptImportDiagnostic(String code, String message, LegacyPptDiagnosticSeverity severity, Nullable<Int64> streamOffset = null) #

Creates an import diagnostic.

Parameters

code System.String requiredposition: 0
message System.String requiredposition: 1
severity OfficeIMO.PowerPoint.LegacyPpt.Diagnostics.LegacyPptDiagnosticSeverity requiredposition: 2
streamOffset System.Nullable{System.Int64} = null optionalposition: 3

Methods

Properties

public String Code { get; } #

Gets the stable diagnostic code.

public String Message { get; } #

Gets the human-readable diagnostic message.

public LegacyPptDiagnosticSeverity Severity { get; } #

Gets the diagnostic severity.

public Nullable<Int64> StreamOffset { get; } #

Gets the offset in the PowerPoint Document stream, when known.