API Reference

Class

LegacyXlsCompoundFeatureEntryInfo

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes one OLE compound directory entry that belongs to a preserve-only XLS feature.

Inheritance

  • Object
  • LegacyXlsCompoundFeatureEntryInfo

Usage

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

Returned or exposed by

Constructors

public LegacyXlsCompoundFeatureEntryInfo(String path, LegacyXlsCompoundFeatureEntryRole role, LegacyXlsCompoundFeatureEntryObjectType objectType = Unknown, Nullable<Int64> sizeBytes = null, LegacyXlsCompoundFeatureEntryContentKind contentKind = Unknown) #

Creates compound feature entry metadata.

Parameters

path System.String requiredposition: 0
role OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryRole requiredposition: 1
objectType OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryObjectType = Unknown optionalposition: 2
sizeBytes System.Nullable{System.Int64} = null optionalposition: 3
contentKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryContentKind = Unknown optionalposition: 4

Properties

public String Path { get; } #

Gets the compound directory entry path or name.

public LegacyXlsCompoundFeatureEntryRole Role { get; } #

Gets the preserve-only role assigned to this compound entry.

public LegacyXlsCompoundFeatureEntryObjectType ObjectType { get; } #

Gets the OLE compound directory object type.

public Nullable<Int64> SizeBytes { get; } #

Gets the stream or storage size declared by the OLE compound directory, when known.

public LegacyXlsCompoundFeatureEntryContentKind ContentKind { get; } #

Gets the preserve-only content shape of this compound entry.

public Boolean IsStorage { get; } #

Gets whether this entry is an OLE compound storage.

public Boolean IsStream { get; } #

Gets whether this entry is an OLE compound stream.