API Reference

Class

LegacyDocPreservedFeature

Namespace OfficeIMO.Word.LegacyDoc.Model
Assembly OfficeIMO.Word
Modifiers sealed

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.

Constructors

public LegacyDocPreservedFeature(LegacyDocPreservedFeatureKind kind, String code, String description, String detailCode) #

Creates preserved feature metadata.

Parameters

kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocPreservedFeatureKind requiredposition: 0
Structured preserved feature category.
code System.String requiredposition: 1
Stable feature code.
description System.String requiredposition: 2
Human-readable feature description.
detailCode System.String requiredposition: 3
Stable feature subtype key for reports and future import planning.

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.