API Reference
Enum
LegacyXlsDrawingRecordKind
Identifies a shallow preserve-only drawing or object BIFF record category.
Inheritance
- Enum
- LegacyXlsDrawingRecordKind
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
- Property LegacyXlsImportReport.DrawingRecordsByKind
- Property LegacyXlsDrawingRecord.Kind
- Field LegacyXlsDrawingRecordKind.Drawing
- Field LegacyXlsDrawingRecordKind.DrawingGroup
- Field LegacyXlsDrawingRecordKind.HeaderFooterPicture
- Field LegacyXlsDrawingRecordKind.Object
- Field LegacyXlsDrawingRecordKind.PreserveOnly
- Field LegacyXlsDrawingRecordKind.RichTextStream
- Field LegacyXlsDrawingRecordKind.ShapePropertiesStream
- Field LegacyXlsDrawingRecordKind.TextObject
- Field LegacyXlsDrawingRecordKind.TextPropertiesStream
Accepted by parameters
- Constructor LegacyXlsDrawingRecord.LegacyXlsDrawingRecord
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 LegacyXlsDrawingRecordKind PreserveOnly #Drawing record that is currently preserved without record-specific field decoding.
Value:
0public const LegacyXlsDrawingRecordKind DrawingGroup #Workbook drawing group container record.
Value:
1public const LegacyXlsDrawingRecordKind ShapePropertiesStream #Drawing shape-properties future-record stream.
Value:
5public const LegacyXlsDrawingRecordKind TextPropertiesStream #Drawing text-properties future-record stream.
Value:
6public const LegacyXlsDrawingRecordKind RichTextStream #Drawing rich-text future-record stream.
Value:
7