API Reference

Enum

LegacyDocUnsupportedFeatureKind

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

Identifies unsupported or preserve-only legacy DOC features discovered during import.

Inheritance

  • Enum
  • LegacyDocUnsupportedFeatureKind

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

VBA project storage was discovered in the OLE compound container.

Value: 0
public const LegacyDocUnsupportedFeatureKind OleObject #

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

Value: 1
public const LegacyDocUnsupportedFeatureKind ActiveXControl #

ActiveX control storage was discovered in the OLE compound container. Current imports expose this as preserved compound metadata.

Value: 2
public const LegacyDocUnsupportedFeatureKind EmbeddedPackage #

Embedded package payload storage or streams were discovered in the OLE compound container. Current imports expose this as preserved compound metadata.

Value: 3
public const LegacyDocUnsupportedFeatureKind BinaryData #

Binary payload stream was discovered in the OLE compound container. Current imports expose this as preserved compound metadata.

Value: 4
public const LegacyDocUnsupportedFeatureKind FastSave #

Fast-save state was discovered in the FIB.

Value: 5
public const LegacyDocUnsupportedFeatureKind Picture #

Picture payloads were indicated by the FIB. Current imports expose this as preserved metadata.

Value: 6
public const LegacyDocUnsupportedFeatureKind HeaderFooter #

Header or footer story text exists but is not projected yet.

Value: 7
public const LegacyDocUnsupportedFeatureKind Section #

Multiple legacy DOC sections exist but are not projected yet.

Value: 8
public const LegacyDocUnsupportedFeatureKind Footnote #

Footnote story text exists but is not projected in the current document shape.

Value: 9
public const LegacyDocUnsupportedFeatureKind Endnote #

Endnote story text exists but is not projected yet.

Value: 10
public const LegacyDocUnsupportedFeatureKind Comment #

Comment or annotation story text exists but does not have readable projection tables.

Value: 11
public const LegacyDocUnsupportedFeatureKind RevisionTracking #

Revision tracking state exists but cannot be projected into the current document shape.

Value: 12
public const LegacyDocUnsupportedFeatureKind TextBox #

Text box story text exists but is not projected yet.

Value: 13
public const LegacyDocUnsupportedFeatureKind Bookmark #

Bookmark structures exist but are outside the currently projected simple body shape.

Value: 14
public const LegacyDocUnsupportedFeatureKind MergedTableCell #

Invalid or conflicting merged table cell descriptors were found.

Value: 15
public const LegacyDocUnsupportedFeatureKind NestedTable #

Nested table descriptors were found before nested table projection is supported.

Value: 16
public const LegacyDocUnsupportedFeatureKind DocumentProperty #

A legacy OLE document property exists but is not projected into Open XML properties.

Value: 17