API Reference
Class
WordFeatureFinding
One feature discovered in a document.
Inheritance
- Object
- WordFeatureFinding
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 WordFeatureReport.FindFeatures
- Property WordFeatureReport.EditableFeatures
- Property WordFeatureReport.Features
- Property WordFeatureReport.PartiallyEditableFeatures
- Property WordFeatureReport.PreservedFeatures
- Property WordFeatureReport.UnsupportedFeatures
Inherited Methods
Properties
public String Category { get; } #Broad feature area, for example content, collaboration, or compatibility.
public WordFeatureSupportLevel SupportLevel { get; } #OfficeIMO support status for this feature.
public Int32 Count { get; } #Number of matching items discovered.
public String Scope { get; } #Optional document or package scope.
public String Note { get; } #Short explanation of what OfficeIMO can do with this feature today.
public IReadOnlyList<String> Details { get; } #Optional package, relationship, or document details that explain where the feature was found.