AddTableOptions
Overview
AddTableOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link drawTable} / page.AddTable.
Properties: autoPaginate, bottomMargin, cellPadding, structParent, tagged, topMargin, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | : number | Read | Total table width in points; feeds resolveColumnWidths. |
cellPadding | : number | Read | Inner padding per cell in points, standing in for the table style’s padding (default 2). |
autoPaginate | : boolean | Read | Append pages (sized to the anchor page) and draw the whole table. |
bottomMargin | : number | Read | Stop line, in points above each page’s CropBox bottom edge: a row is drawn only while it fits above CropBox.y0 + bottomMargin. |
topMargin | : number | Read | Continuation start, in points below an appended page’s CropBox top edge: each new page starts at CropBox.y1 - topMargin. |
tagged | : boolean | Read | Emit /Table + /TR + /TD logical structure into the document structure tree. |
structParent | : StructElement | Read | Element to append the /Table under. |