Share via


DocumentTableCell interface

Table cell in a document table.

Properties

columnIndex

Column index of the cell.

columnSpan

Number of columns spanned by this cell.

content

Content of the table cell.

elements

Child elements of the table cell.

kind

Table cell kind.

rowIndex

Row index of the cell.

rowSpan

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

Table cell kind.

kind?: DocumentTableCellKind

Property Value

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

span

Span of the table cell in the markdown content.

span?: ContentSpan

Property Value