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

NameTypeAccessDescription
rowHeights: number[]ReadPer-row laid height in points.
totalHeight: numberReadSum of rowHeights.
cellLines: string[][][]ReadcellLines[row][col] = the wrapped line texts of that cell.
grid: SpanGridRead@internal The occupancy grid this measurement was taken against.