DocumentTableCell interface
An object representing the location and content of a table cell.
Properties
bounding |
Bounding regions covering the table cell. |
column |
Column index of the cell. |
column |
Number of columns spanned by this cell. |
content | Concatenated content of the table cell in reading order. |
kind | Table cell kind. |
row |
Row index of the cell. |
row |
Number of rows spanned by this cell. |
spans | Location of the table cell in the reading order concatenated content. |
Property Details
boundingRegions
Bounding regions covering the table cell.
boundingRegions?: BoundingRegion[]
Property Value
columnIndex
Column index of the cell.
columnIndex: number
Property Value
number
columnSpan
Number of columns spanned by this cell.
columnSpan?: number
Property Value
number
content
Concatenated content of the table cell in reading order.
content: string
Property Value
string
kind
Table cell kind.
kind?: string
Property Value
string
rowIndex
Row index of the cell.
rowIndex: number
Property Value
number
rowSpan
Number of rows spanned by this cell.
rowSpan?: number
Property Value
number
spans
Location of the table cell in the reading order concatenated content.
spans: DocumentSpan[]