Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColumnHeaders

Column-level cells, each applicable as a header to other cells in the same column as itself, of the current table.

Hierarchy

  • ColumnHeaders

Index

Properties

Optional cell_id

cell_id: string

The unique ID of the cell in the current table.

Optional column_index_begin

column_index_begin: number

The begin index of this cell's column location in the current table.

Optional column_index_end

column_index_end: number

The end index of this cell's column location in the current table.

Optional location

location: JsonObject

The location of the column header cell in the current table as defined by its begin and end offsets, respectfully, in the input document.

Optional row_index_begin

row_index_begin: number

The begin index of this cell's row location in the current table.

Optional row_index_end

row_index_end: number

The end index of this cell's row location in the current table.

Optional text

text: string

The textual contents of this cell from the input document without associated markup content.

Optional text_normalized

text_normalized: string

If you provide customization input, the normalized version of the cell text according to the customization; otherwise, the same value as text.

Generated using TypeDoc