API Reference
Class
OdfFeatureFinding
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
- Property OdfFeatureReport.Findings
Constructors
public OdfFeatureFinding(String name, OdfFeatureSupport support, String partPath = null, Int32 count = 1) #Creates a feature finding.
Parameters
- name System.String
- support OfficeIMO.OpenDocument.OdfFeatureSupport
- partPath System.String = null
- count System.Int32 = 1
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object