Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentTableCell

Package version

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

Hierarchy

  • DocumentTableCell

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the table cell.

columnIndex

columnIndex: number

Column index of the cell.

Optional columnSpan

columnSpan: undefined | number

Number of columns spanned by this cell.

content

content: string

Concatenated content of the table cell in reading order.

Optional kind

Table cell kind.

rowIndex

rowIndex: number

Row index of the cell.

Optional rowSpan

rowSpan: undefined | number

Number of rows spanned by this cell.

spans

spans: DocumentSpan[]

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

Generated using TypeDoc