ElementTree addTable(ElementTree parent, String captiontext=createString(0))
Arguments
parent: The parent elementcaptiontext: Optionally, text for a table caption.
Usage
Add a new empty table to the document. You can then set up optional header and footer sections, and at least one body section. The rows and columns of the table are then contained within the header, footer and body sections.