TableMetrics
Overview
TableMetrics is a interface in Aspose.PDF FOSS for TypeScript.
Measurement result for a table at given resolved column widths.
Properties: cellLines, grid, rowHeights, totalHeight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rowHeights | : number[] | Read | Per-row laid height in points. |
totalHeight | : number | Read | Sum of rowHeights. |
cellLines | : string[][][] | Read | cellLines[row][col] = the wrapped line texts of that cell. |
grid | : SpanGrid | Read | @internal The occupancy grid this measurement was taken against. |