API Reference
Class
StructuredTable
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
- Property StructuredPage.TablesDetailed
- Property StructuredTablePage.Tables
Accepted by parameters
- Constructor StructuredTablePage.StructuredTablePage
Constructors
public StructuredTable() #Inherited Methods
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.