Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BodyCells

Cells that are not table header, column header, or row header cells.

Hierarchy

  • BodyCells

Index

Properties

Optional attributes

attributes: Attribute[]

Optional cell_id

cell_id: string

The unique ID of the cell in the current table.

Optional column_header_ids

column_header_ids: string[]

An array that contains the id value of a column header that is applicable to the current cell.

Optional column_header_texts

column_header_texts: string[]

An array that contains the text value of a column header that is applicable to the current cell.

Optional column_header_texts_normalized

column_header_texts_normalized: string[]

If you provide customization input, the normalized version of the column header texts according to the customization; otherwise, the same value as column_header_texts.

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: Location

The numeric location of the identified element in the document, represented with two integers labeled begin and end.

Optional row_header_ids

row_header_ids: string[]

An array that contains the id value of a row header that is applicable to this body cell.

Optional row_header_texts

row_header_texts: string[]

An array that contains the text value of a row header that is applicable to this body cell.

Optional row_header_texts_normalized

row_header_texts_normalized: string[]

If you provide customization input, the normalized version of the row header texts according to the customization; otherwise, the same value as row_header_texts.

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.

Generated using TypeDoc