Online Documentation for Advanced PDF Generator for RAD Studio

TQuickPdfDocument.MainTable

 

TQuickPDFDocument                


property MainTable: TRenderTable;

 

Description

Technically, all the document is represented as a one-column table. The first row is the document header, the last is the footer, and all the intervening rows are document sections. The MainTable property defines the main table of the document. Through this property you can work with an entire document in the same way as with a simple table. The MainTable property is read-only and accessible only at runtime.

 


See also:

Footer Property

Header Property

TRenderTable Class