TableAttributes

Overview

TableAttributes is a interface in Aspose.PDF FOSS for TypeScript.

Properties: colSpan, headers, rowSpan, scope, summary.

Properties

NameTypeAccessDescription
rowSpan: numberReadGets the row span.
colSpan: numberReadGets the col span.
headers: string[]ReadGets the headers.
scope: 'Row' | 'Column' | 'Both'ReadGets the scope.
summary: stringReadGets the summary.