1HTMLDocument.addTable(3kaya) Kaya module referenceHTMLDocument.addTable(3kaya)
2
3
4
6 HTMLDocument::addTable - Add a new empty table
7
9 ElementTree addTable( ElementTree parent, String captiontext=creatâ
10 eString(0) )
11
13 parent The parent element
14
15 captiontext Optionally, text for a table caption.
16
18 Add a new empty table to the document. You can then set up optional
19 header and footer sections, and at least one body section. The rows and
20 columns of the table are then contained within the header, footer and
21 body sections.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 HTMLDocument.addTableBodySection (3kaya)
35 HTMLDocument.getTableBodySections (3kaya)
36 HTMLDocument.getTableFooter (3kaya)
37 HTMLDocument.getTableHeader (3kaya)
38 HTMLDocument.initialiseTable (3kaya)
39 HTMLDocument.lazyTable (3kaya)
40 HTMLDocument.setTableCaption (3kaya)
41
42
43
44Kaya December 2010 HTMLDocument.addTable(3kaya)