DocumentTable interface
A table object consisting table cells arranged in a rectangular layout.
Properties
| bounding |
Bounding regions covering the table. |
| cells | Cells contained within the table. |
| column |
Number of columns in the table. |
| row |
Number of rows in the table. |
| spans | Location of the table in the reading order concatenated content. |
Property Details
boundingRegions
Bounding regions covering the table.
boundingRegions?: BoundingRegion[]
Property Value
cells
columnCount
Number of columns in the table.
columnCount: number
Property Value
number
rowCount
Number of rows in the table.
rowCount: number
Property Value
number
spans
Location of the table in the reading order concatenated content.
spans: DocumentSpan[]