1HTMLDocument.getTableHeader(3kKaayyaa)module refeHrTeMnLcDeocument.getTableHeader(3kaya)
2
3
4
6 HTMLDocument::getTableHeader - Get the table header section
7
9 ElementTree getTableHeader( ElementTree table )
10
12 table The table
13
15 Gets the table header section. If the table header section does not yet
16 exist, it will be created. Rows can then be added to the section.
17
19 Kaya standard library by Edwin Brady, Chris Morris and others
20 (kaya@kayalang.org). For further information see http://kayalang.org/
21
23 The Kaya standard library is free software; you can redistribute it
24 and/or modify it under the terms of the GNU Lesser General Public
25 License (version 2.1 or any later version) as published by the Free
26 Software Foundation.
27
29 HTMLDocument.addTable (3kaya)
30 HTMLDocument.addTableBodySection (3kaya)
31 HTMLDocument.addTableRow (3kaya)
32 HTMLDocument.getTableBodySections (3kaya)
33 HTMLDocument.getTableFooter (3kaya)
34 HTMLDocument.initialiseTable (3kaya)
35 HTMLDocument.lazyTable (3kaya)
36
37
38
39Kaya December 201H0TMLDocument.getTableHeader(3kaya)