API Reference
Class
OdfFeatureReport
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.
Returned or exposed by
- Method OdfDocument.InspectFeatures
- Method OdpPresentation.InspectFeatures
- Method OdsDocument.InspectFeatures
- Method OdtDocument.InspectFeatures
Inherited Methods
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.