Table()
borderless_cell()
cell()
end_row()
end_table()
header_cell()
header_row()
row()
start_table()
sumcell()
$border_color
$border_style
$cell_padding
$cell_spacing
$dark_color
$dark_row
$directoutput
$first_cell
$fullborder
$header_color
$light_color
$table_cols
Table($m_bordercolor, $m_borderstyle, $m_cellspacing, $m_cellpadding, $m_header_color, $m_light_color, $m_dark_color, $m_fullborder, $m_directoutput)
borderless_cell(\$content $content, \$align $align, \$valign $valign, \$additional $additional)
\$content
The content which will fill the cell
\$align
The horizontal alignment of the cell, default "center"
\$valign
The vertical alignment of the cell, default "top"
\$additional
Additional flags for the table
cell(\$content $content, \$align $align, \$valign $valign, \$additional $additional, $bSetStyle)
\$content
The content which will fill the cell
\$align
The horizontal alignment of the cell, default "center"
\$valign
The vertical alignment of the cell, default "top"
\$additional
Additional flags for the table
end_row() : void
end_table() : void
header_cell(\$content $content, \$align $align, \$valign $valign, $additional, $borderTop) : void
\$content
The content which will fill the cell
\$align
The horizontal alignment of the cell, default "center"
\$valign
The vertical alignment of the cell, default "top"
header_row($additional) : void
none
row($id) : void
none
start_table() : void
sumcell(\$content $content, \$align $align, \$valign $valign)
\$content
The content which will fill the cell
\$align
The horizontal alignment of the cell, default "center"
\$valign
The vertical alignment of the cell, default "top"
$border_color : string
$border_style : string
$cell_padding : string
$cell_spacing : string
$dark_color : string
$dark_row : bool
$directoutput
$first_cell : bool
$fullborder : bool
$header_color : string
$light_color : string
$table_cols : int