API Reference

Class

StructuredTable

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Table model with column geometry and extracted rows.

Inheritance

  • Object
  • StructuredTable

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

Accepted by parameters

Constructors

Properties

public Double YTop { get; set; } #

Top Y (points) of the band that produced this table.

public Double YBottom { get; set; } #

Bottom Y (points) of the band that produced this table.

public String Kind { get; set; } #

Reason/heuristic for detection (e.g., band-splits, leaders).

public List<StructuredTableColumn> Columns { get; } #

Detected columns with X ranges.

public List<String[]> Rows { get; } #

Extracted row values aligned to Columns.