API Reference

Enum

LegacyXlsCompoundFeatureEntryContentKind

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classifies the preserve-only content shape of a compound directory entry.

Inheritance

  • Enum
  • LegacyXlsCompoundFeatureEntryContentKind

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 LegacyXlsCompoundFeatureEntryContentKind Unknown #

The entry content could not be classified.

Value: 0
public const LegacyXlsCompoundFeatureEntryContentKind Storage #

The entry is a compound storage, not a stream.

Value: 1
public const LegacyXlsCompoundFeatureEntryContentKind EmptyStream #

The entry is an empty stream.

Value: 2
public const LegacyXlsCompoundFeatureEntryContentKind VbaCompressedContainer #

The entry is a VBA compressed container stream.

Value: 3
public const LegacyXlsCompoundFeatureEntryContentKind VbaProjectMetadataStream #

The entry is a VBA project metadata stream.

Value: 4
public const LegacyXlsCompoundFeatureEntryContentKind OlePayloadStream #

The entry is an embedded OLE stream payload.

Value: 5
public const LegacyXlsCompoundFeatureEntryContentKind DigitalSignatureStream #

The entry is a digital signature payload stream.

Value: 6
public const LegacyXlsCompoundFeatureEntryContentKind BinaryStream #

The entry is a stream with bytes that are not modeled more specifically yet.

Value: 7