DocumentTableOutput interface

A table object consisting table cells arranged in a rectangular layout.

Properties

boundingRegions

Bounding regions covering the table.

caption

Caption associated with the table.

cells

Cells contained within the table.

columnCount

Number of columns in the table.

footnotes

List of footnotes associated with the table.

rowCount

Number of rows in the table.

spans

Location of the table in the reading order concatenated content.

Property Details

boundingRegions

Bounding regions covering the table.

boundingRegions?: BoundingRegionOutput[]

Property Value

caption

Caption associated with the table.

caption?: DocumentCaptionOutput

Property Value

cells

Cells contained within the table.

cells: DocumentTableCellOutput[]

Property Value

columnCount

Number of columns in the table.

columnCount: number

Property Value

number

footnotes

List of footnotes associated with the table.

footnotes?: DocumentFootnoteOutput[]

Property Value

rowCount

Number of rows in the table.

rowCount: number

Property Value

number

spans

Location of the table in the reading order concatenated content.

spans: DocumentSpanOutput[]

Property Value