Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_PDF.AutoTable

Reference to the new AutoTable instance

...

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 See also

All Component Classes

Technical Reference