API Reference

Enum

LegacyDocPreservedFeatureKind

Namespace OfficeIMO.Word.LegacyDoc.Model
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies non-compound legacy DOC feature metadata preserved during import.

Inheritance

  • Enum
  • LegacyDocPreservedFeatureKind

Usage

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

Accepted by parameters

Values

public const LegacyDocPreservedFeatureKind Picture #

Picture payloads were indicated by the FIB and remain preserve-only import metadata.

Value: 0
public const LegacyDocPreservedFeatureKind RevisionTracking #

Revision tracking metadata was indicated by document properties and remains preserve-only import metadata.

Value: 1
public const LegacyDocPreservedFeatureKind Bookmark #

A bookmark range exists outside the currently projected document stories.

Value: 2