API Reference

Class

OdfFeatureReport

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Feature inspection result for an opened document.

Inheritance

  • Object
  • OdfFeatureReport

Usage

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

Properties

public IReadOnlyList<OdfFeatureFinding> Findings { get; } #

Detected features and support levels.

public IReadOnlyList<OdfFeatureDiagnostic> Diagnostics { get; } #

Inspection failures that prevented one or more package parts from being classified.

public Boolean IsComplete { get; } #

True when every XML package part was inspected successfully.