AddTableResult

Overview

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

The outcome of {@link drawTable} / page.AddTable.

Properties: endY, pages, remainder, struct.

Properties

NameTypeAccessDescription
pages: Page[]ReadPages drawn onto, in order.
endY: numberReadThe y of the bottom edge of the last drawn row on the last page (equals top when nothing was drawn).
remainder: TableBuilderReadRows that did not fit, as a re-drawable TableBuilder.
struct: StructElementReadThe /Table element, when tagged and at least one row was drawn.