API Reference

Class

OfficeDocumentBlock

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Normalized logical block emitted by a document read adapter.

Inheritance

  • Object
  • OfficeDocumentBlock

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

Properties

public String Id { get; set; } #

Stable block identifier within the read result.

public String Kind { get; set; } #

Producer-normalized block kind, such as heading, paragraph, table, or list-item.

public String Text { get; set; } #

Text content for text-like blocks.

public Nullable<Int32> Level { get; set; } #

Optional block level, such as heading level or list nesting depth.

public String Marker { get; set; } #

Optional marker for list or leader blocks.

public ReaderLocation Location { get; set; } #

Source location for this block.

public OfficeDocumentRegion Region { get; set; } #

Source geometry in points when available.