API Reference

Class

LegacyDocUnsupportedFeature

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

Describes an unsupported or preserve-only feature discovered in a legacy DOC document.

Inheritance

  • Object
  • LegacyDocUnsupportedFeature

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public LegacyDocUnsupportedFeature(LegacyDocUnsupportedFeatureKind kind, String code, String description, String entryPath = null, String detailCode = null) #

Creates unsupported feature metadata.

Parameters

kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocUnsupportedFeatureKind requiredposition: 0
Structured unsupported feature category.
code System.String requiredposition: 1
Stable feature/diagnostic code.
description System.String requiredposition: 2
Human-readable feature description.
entryPath System.String = null optionalposition: 3
Compound-file entry path associated with the feature, when known.
detailCode System.String = null optionalposition: 4
Stable feature subtype key for reports and future import planning.

Properties

public LegacyDocUnsupportedFeatureKind Kind { get; } #

Gets the structured unsupported feature category.

public String Code { get; } #

Gets the stable feature/diagnostic code.

public String Description { get; } #

Gets the human-readable feature description.

public String EntryPath { get; } #

Gets the compound-file entry path associated with the feature, when known.

public String DetailCode { get; } #

Gets a stable feature subtype key for reports and future import planning.