API Reference

Class

LegacyDocCompoundFeature

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

Describes preserve-only compound storage discovered while importing a legacy DOC document.

Inheritance

  • Object
  • LegacyDocCompoundFeature

Usage

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

Constructors

public LegacyDocCompoundFeature(LegacyDocCompoundFeatureKind kind, String code, String description, String entryPath, String detailCode, Int32 entryCount, Int64 totalBytes) #

Creates preserved compound feature metadata.

Parameters

kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocCompoundFeatureKind requiredposition: 0
Structured compound feature category.
code System.String requiredposition: 1
Stable feature code.
description System.String requiredposition: 2
Human-readable feature description.
entryPath System.String requiredposition: 3
First compound-file entry path associated with the feature.
detailCode System.String requiredposition: 4
Stable feature subtype key for reports and future import planning.
entryCount System.Int32 requiredposition: 5
Number of matching compound-file entries.
totalBytes System.Int64 requiredposition: 6
Sum of matching entry sizes, when reported by the compound container.

Properties

public LegacyDocCompoundFeatureKind Kind { get; } #

Gets the structured compound feature category.

public String Code { get; } #

Gets the stable feature code.

public String Description { get; } #

Gets the human-readable feature description.

public String EntryPath { get; } #

Gets the first 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.

public Int32 EntryCount { get; } #

Gets the number of matching compound-file entries.

public Int64 TotalBytes { get; } #

Gets the sum of matching entry sizes, when reported by the compound container.