ElementTree initialiseTable(ElementTree parent, InitialTableData itd, String caption=createString(0))
Arguments
parent: The parent elementitd: The InitialTableDatacaption: Optionally, a caption for the table
Usage
Creates a table with the sections, rows, columns and cells described in the itd parameter - see the InitialTableData documentation for more details. Cells will be created as data cells by default, except for cells in the header section, which will be created as header cells.