API Reference

Class

OdfFeatureDiagnostic

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Diagnostic produced while inspecting package capabilities.

Inheritance

  • Object
  • OdfFeatureDiagnostic

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 OdfFeatureDiagnostic(String code, String partPath, String message) #

Creates an inspection diagnostic.

Parameters

code System.String requiredposition: 0
partPath System.String requiredposition: 1
message System.String requiredposition: 2

Properties

public String Code { get; } #

Stable diagnostic code.

public String PartPath { get; } #

Package part that could not be inspected.

public String Message { get; } #

Human-readable diagnostic.