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

NameTypeAccessDescription
width: numberReadTotal table width in points; feeds resolveColumnWidths.
cellPadding: numberReadInner padding per cell in points, standing in for the table style’s padding (default 2).
autoPaginate: booleanReadAppend pages (sized to the anchor page) and draw the whole table.
bottomMargin: numberReadStop line, in points above each page’s CropBox bottom edge: a row is drawn only while it fits above CropBox.y0 + bottomMargin.
topMargin: numberReadContinuation start, in points below an appended page’s CropBox top edge: each new page starts at CropBox.y1 - topMargin.
tagged: booleanReadEmit /Table + /TR + /TD logical structure into the document structure tree.
structParent: StructElementReadElement to append the /Table under.