Package version:

Interface DocumentTableCell

An object representing the location and content of a table cell.

Hierarchy

  • DocumentTableCell

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the table cell.

columnIndex: number

Column index of the cell.

columnSpan?: number

Number of columns spanned by this cell.

content: string

Concatenated content of the table cell in reading order.

kind?: string

Table cell kind.

rowIndex: number

Row index of the cell.

rowSpan?: number

Number of rows spanned by this cell.

spans: DocumentSpan[]

Location of the table cell in the reading order concatenated content.

Generated using TypeDoc