API Reference

Enum

LegacyDocCompoundFeatureKind

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

Identifies preserve-only compound storage categories discovered during legacy DOC import.

Inheritance

  • Enum
  • LegacyDocCompoundFeatureKind

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 LegacyDocCompoundFeatureKind VbaProject #

VBA project storage was discovered in the OLE compound container.

Value: 0
public const LegacyDocCompoundFeatureKind OleObject #

Embedded OLE object storage was discovered in the OLE compound container.

Value: 1
public const LegacyDocCompoundFeatureKind ActiveXControl #

ActiveX control storage was discovered in the OLE compound container.

Value: 2
public const LegacyDocCompoundFeatureKind EmbeddedPackage #

Embedded package payload storage or streams were discovered in the OLE compound container.

Value: 3
public const LegacyDocCompoundFeatureKind BinaryData #

Binary payload stream was discovered in the OLE compound container.

Value: 4