You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

PRIM_PDF - CreateAutoTable Method

Creates an instance of a PDF AutoTable

Member of PRIM_PDF (PRIM_PDF)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_PDF.AutoTable

Reference to the new AutoTable instance

Details

Creates an instance of a PDF AutoTable.

Example

Adding a createAutoTable

Define_Com Class(#PRIM_PDF) Name(#pdf)
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)

#pdf.start

*Create AutoTable
#Table <= #pdf.CreateAutoTable

 See also

All Component Classes

Technical Reference

  • No labels