import { TableGridModel } from "https://deno.land/x/docxml@5.5.1/src/utilities/tables.ts";
A conceptual description of the table that makes it easier to reason about it.
Constructors
new
TableGridModel(table: Table)Methods
getCellInfo(cell: Cell): CellInfo
Return the position and spanning of a given node, keeping all colspans/rowspans of other cels into account.
getCellsInRow(row: number)
Get the number of columns in a row, even if some cells span multiple columns.
getNodeAtCell(column: number, row: number)
Return the node belonging to this column/row coordinate, taking all colspans/rowspans into account.