PRIM_PDF.AutoTableRow - addCell Method
Adds a cell to the table row
Member of PRIM_PDF.AutoTableRow (PRIM_PDF.AutoTableRow)
Name |
Type |
Data Type |
Description |
Value |
*Input |
Unicode String |
Cell value (content) |
HAlign |
*Input (Optional) |
Enumeration |
Horizontal alignment of text |
VAlign |
*Input (Optional) |
Enumeration |
Vertical alignment of text |
FontStyle |
*Input (Optional) |
Enumeration |
Font style or variant |
FontName |
*Input (Optional) |
Unicode String |
Font name or family |
FontSize |
*Input (Optional) |
Integer |
Font size in points |
TextColor |
*Input (Optional) |
Color |
Text color |
FillColor |
*Input (Optional) |
Color |
Background color |
Adds a cell to an AutoTable row.
Add cells to AutoTable row
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableRow) Name(#Row) Reference(*DYNAMIC)
Enum Value |
Description |
Left |
Left aligned |
Right |
Right aligned |
Center |
Centered |
Enum Value |
Description |
Top |
Top aligned |
Middle |
Middle aligned |
Bottom |
Bottom aligned |
Enum Value |
Description |
Normal |
Normal font style |
Bold |
Bold font style |
Italic |
Italisized font style |
BoldItalic |
Bold and italisized font style |