TableAttributes
Overview
TableAttributes is a interface in Aspose.PDF FOSS for TypeScript.
Properties: colSpan, headers, rowSpan, scope, summary.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rowSpan | : number | Read | Gets the row span. |
colSpan | : number | Read | Gets the col span. |
headers | : string[] | Read | Gets the headers. |
scope | : 'Row' | 'Column' | 'Both' | Read | Gets the scope. |
summary | : string | Read | Gets the summary. |