AddCSV | Flow a CSV array into table |
AddColumnCells | Append cells to current column |
AddColumns | Flow an array of cells into table as columns, starting from current cell. |
AddRowCells | Append cells to current row. |
AddRows | Flow an array of cells into table as rows, starting from current cell. |
NextCell | Move cell pointer to arbitrary cell |
NextColumn | Move cell pointer to the next column on the right |
NextEmptyColumn | Move cell pointer after next non-empty column. |
NextEmptyRow | Move cell pointer after next non-empty row. |
NextRow | Move cell pointer down one row. |
SetCellAlignment | Set horizontal alignment of table cells (defaults to Alignment.Left) |
SetCellBox | Set cell boxes to cycle through from current cell on |
SetCellClip | Set column right-edge clipping as boolean flags (defaults to true) |
SetCellFillChar | Set character used to fill cell text up to the column right edge (defaults to whitespace). |
SetCellFont | Set cell fonts to cycle through from current cell on |
SetCellMargins | Set margins above/below/left/right cell content within cell boundary for all table cells (default is 3) |
SetCellText | Set a specific cell text, extending table size if necessary. |
SetCellVerticalAlignment | Set the vertical alignment of table cells (default is Top) |
SetCellWrap | Set text wrapping within columns as boolean flags (true by default) |
SetColumnAfter | Set column right margins to cycle through from current column on (default is 3) |
SetColumnBefore | Set column left margins to cycle through from current column on (default is 3) |
SetColumnGrid | Set vertical grid decoration (Defaults to 0.1 black solid) |
SetColumnMaxWidths | Set maximum column widths to cycle through from current column on (defaults to -1 for no limit) |
SetColumnMerge | Set vertical cell merging flags to cycle through from current column on (defaults to false) |
SetColumnMinWidths | Set minimum column widths to cycle through from current column on (defaults to 6 – twice the default cell gutter) |
SetColumnRetain | Add indices of table columns that should be repeated on all subpages |
SetColumnWidths | Set column widths to cycle through from current column on |
SetOffset | Set column and row offset of table boxing and grid. |
SetRowAfter | Set row bottom margins to cycle through from current row on (default is 3) |
SetRowBefore | Set row top margins to cycle through from current row on (default is 3) |
SetRowGrid | Set horizontal grid decoration (defaults to 0.1 black solid) |
SetRowHeights | Set fixed row heights to cycle through from current row on |
SetRowMaxHeights | Set maximum row heights to cycle through from current row on (defaults to -1 for no limit) |
SetRowMerge | Set horizontal cell merging flags to cycle through from current row on (defaults to false) |
SetRowMinHeights | Set minimum row heights to cycle through from current row on (defaults to 6 – twice the default cell gutter) |
SetRowRetain | Add indices of table rows that should be repeated on all subpages |
SetTitles | Set the number of leading columns and rows that are titles. |
|