API Reference

Enum

ReaderChunkHierarchyNodeKind

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kind of one node in a flattened chunk hierarchy.

Inheritance

  • Enum
  • ReaderChunkHierarchyNodeKind

Usage

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

Values

public const ReaderChunkHierarchyNodeKind Document #

Document root.

Value: 0
public const ReaderChunkHierarchyNodeKind Container #

Page, slide, or sheet container.

Value: 1
public const ReaderChunkHierarchyNodeKind Heading #

Logical heading level.

Value: 2
public const ReaderChunkHierarchyNodeKind Chunk #

Leaf pointing to one output chunk.

Value: 3