PDF Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • Document
      • Create Document
      • Save Document
    • Pages
      • Create Page
      • Create Page Boundary
      • Create Page Metric
      • Create Page Imperial
      • Deconstruct Page
      • Page Boundaries
    • Format
      • Set Graphics
      • Set Font
      • Set Font Preset
      • Data Set
      • Quick Data Set
    • Shapes
      • Image Box Shape
      • Image Shape
      • Link Shape
      • Text Box Shape
      • Text Shape
      • Basic Chart Shape
      • Pie Chart Shape
      • Get Shape Contents
      • Get Shapes
      • Set Shapes
    • Blocks
      • Break Block
      • Dock Block
      • Drawing Block
      • Image Block
      • List Block
      • Text Block
      • Fast Table Block
      • Table Block
      • Basic Chart Block
      • Pie Chart Block
      • Join Text Fragments
      • Resize Block
      • Set Blocks
      • Get Blocks
Powered by GitBook
On this page
  • Description
  • Usage
  1. COMPONENTS
  2. Blocks

Fast Table Block

Create a table block from a datatree of text as an input.

PreviousText BlockNextTable Block

Last updated 1 year ago

Description

Create a table block from a datatree of text as an input. Each list will be compiled into rows in a single column and the first branch of the data tree will set the column.

Name | Fast Table Block

Nickname | Fast Tbl Blk

Tab | PDF

Panel | Block

Division | 2

T | Text Tree (text) | A datatree of text values

B | Border Style (integer) | Table border style

H | Heading (integer) | Table Heading formatting

F | Column Fitting (integer) | ColumnFitting (-1 = Autofit Page, 0 = Autofit Content, 0 < Fixed Size)

A | Alternating Color (colour) | Table alternating row color

Bk | Block (PDF+ Block) | A PDF+ Block Object

​​No right-click options

Usage

Each list will be compiled into the rows of a column and the first branch of the data tree will set each column.

  • {A}:i[txt] = A[DataSet(i)]

  • {A;B}:i[txt] = {A}:B[DataSet(i)]

  • {A;B;C}:i[txt] = {A;B}:B[DataSet(i)]

🛠️