API Reference
Enum
LegacyXlsCompoundFeatureEntryContentKind
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.
Returned or exposed by
- Field LegacyXlsCompoundFeatureEntryContentKind.BinaryStream
- Field LegacyXlsCompoundFeatureEntryContentKind.DigitalSignatureStream
- Field LegacyXlsCompoundFeatureEntryContentKind.EmptyStream
- Field LegacyXlsCompoundFeatureEntryContentKind.OlePayloadStream
- Field LegacyXlsCompoundFeatureEntryContentKind.Storage
- Field LegacyXlsCompoundFeatureEntryContentKind.Unknown
- Field LegacyXlsCompoundFeatureEntryContentKind.VbaCompressedContainer
- Field LegacyXlsCompoundFeatureEntryContentKind.VbaProjectMetadataStream
- Property LegacyXlsCompoundFeatureEntryInfo.ContentKind
- Property LegacyXlsCompoundFeatureRecord.EntryContentKinds
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsCompoundFeatureEntryContentKind Unknown #The entry content could not be classified.
Value:
0public const LegacyXlsCompoundFeatureEntryContentKind Storage #The entry is a compound storage, not a stream.
Value:
1public const LegacyXlsCompoundFeatureEntryContentKind EmptyStream #The entry is an empty stream.
Value:
2public const LegacyXlsCompoundFeatureEntryContentKind VbaCompressedContainer #The entry is a VBA compressed container stream.
Value:
3public const LegacyXlsCompoundFeatureEntryContentKind VbaProjectMetadataStream #The entry is a VBA project metadata stream.
Value:
4public const LegacyXlsCompoundFeatureEntryContentKind OlePayloadStream #The entry is an embedded OLE stream payload.
Value:
5public const LegacyXlsCompoundFeatureEntryContentKind DigitalSignatureStream #The entry is a digital signature payload stream.
Value:
6public const LegacyXlsCompoundFeatureEntryContentKind BinaryStream #The entry is a stream with bytes that are not modeled more specifically yet.
Value:
7