DocumentTableCell interface
Table cell in a document table.
Properties
| column |
Column index of the cell. |
| column |
Number of columns spanned by this cell. |
| content | Content of the table cell. |
| elements | Child elements of the table cell. |
| kind | Table cell kind. |
| row |
Row index of the cell. |
| row |
Number of rows spanned by this cell. |
| source | Encoded source that identifies the position of the table cell in the content. |
| span | Span of the table cell in the markdown content. |
Property Details
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
Content of the table cell.
content: string
Property Value
string
elements
Child elements of the table cell.
elements?: string[]
Property Value
string[]
kind
rowIndex
Row index of the cell.
rowIndex: number
Property Value
number
rowSpan
Number of rows spanned by this cell.
rowSpan?: number
Property Value
number
source
Encoded source that identifies the position of the table cell in the content.
source?: string
Property Value
string