API Reference
Class
LegacyDocPreservedFeature
Describes preserve-only non-compound feature metadata discovered while importing a legacy DOC document.
Inheritance
- Object
- LegacyDocPreservedFeature
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 LegacyDocPreservedFeature(LegacyDocPreservedFeatureKind kind, String code, String description, String detailCode) #Creates preserved feature metadata.
Parameters
- kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocPreservedFeatureKind
- Structured preserved feature category.
- code System.String
- Stable feature code.
- description System.String
- Human-readable feature description.
- detailCode System.String
- Stable feature subtype key for reports and future import planning.
Inherited Methods
Properties
public LegacyDocPreservedFeatureKind Kind { get; } #Gets the structured preserved feature category.
public String Code { get; } #Gets the stable feature code.
public String Description { get; } #Gets the human-readable feature description.
public String DetailCode { get; } #Gets a stable feature subtype key for reports and future import planning.