Class TableItem
A table content item. Follows the docling TableItem convention.
public class TableItem : DocItem
- Inheritance
-
TableItem
- Inherited Members
Constructors
TableItem()
public TableItem()
Properties
Captions
References to caption items for this table.
public List<RefItem> Captions { get; set; }
Property Value
Data
The table structure and cell data.
public TableData Data { get; set; }