API Reference

Enum

LegacyXlsDrawingRecordKind

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

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.

Accepted by parameters

Values

public const LegacyXlsDrawingRecordKind PreserveOnly #

Drawing record that is currently preserved without record-specific field decoding.

Value: 0
public const LegacyXlsDrawingRecordKind DrawingGroup #

Workbook drawing group container record.

Value: 1
public const LegacyXlsDrawingRecordKind Drawing #

Worksheet drawing container record.

Value: 2
public const LegacyXlsDrawingRecordKind Object #

Worksheet object record.

Value: 3
public const LegacyXlsDrawingRecordKind TextObject #

Text object record.

Value: 4
public const LegacyXlsDrawingRecordKind ShapePropertiesStream #

Drawing shape-properties future-record stream.

Value: 5
public const LegacyXlsDrawingRecordKind TextPropertiesStream #

Drawing text-properties future-record stream.

Value: 6
public const LegacyXlsDrawingRecordKind RichTextStream #

Drawing rich-text future-record stream.

Value: 7
public const LegacyXlsDrawingRecordKind HeaderFooterPicture #

Header or footer picture drawing record.

Value: 8