API Reference
Class
LegacyPptImportDiagnostic
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.
Returned or exposed by
Constructors
public LegacyPptImportDiagnostic(String code, String message, LegacyPptDiagnosticSeverity severity, Nullable<Int64> streamOffset = null) #Creates an import diagnostic.
Parameters
- code System.String
- message System.String
- severity OfficeIMO.PowerPoint.LegacyPpt.Diagnostics.LegacyPptDiagnosticSeverity
- streamOffset System.Nullable{System.Int64} = null
Methods
public override String ToString() #Returns:
StringInherited 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.