API Reference
Class
LegacyXlsCompoundFeatureEntryInfo
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
- role OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryRole
- objectType OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryObjectType = Unknown
- sizeBytes System.Nullable{System.Int64} = null
- contentKind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCompoundFeatureEntryContentKind = Unknown
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.