API Reference

Class

OdfFeatureFinding

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

One detected OpenDocument feature and its support level.

Inheritance

  • Object
  • OdfFeatureFinding

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 OdfFeatureFinding(String name, OdfFeatureSupport support, String partPath = null, Int32 count = 1) #

Creates a feature finding.

Parameters

name System.String requiredposition: 0
support OfficeIMO.OpenDocument.OdfFeatureSupport requiredposition: 1
partPath System.String = null optionalposition: 2
count System.Int32 = 1 optionalposition: 3

Properties

public String Name { get; } #

Stable feature name.

public OdfFeatureSupport Support { get; } #

Current support level.

public String PartPath { get; } #

Package part containing the feature.

public Int32 Count { get; } #

Number of detected occurrences.