1HTMLDocument.addTable(3kaya) Kaya module referenceHTMLDocument.addTable(3kaya)
2
3
4

NAME

6       HTMLDocument::addTable - Add a new empty table
7

SYNOPSIS

9       ElementTree  addTable(  ElementTree  parent,  String captiontext=creat‐
10       eString(0) )
11

ARGUMENTS

13       parent The parent element
14
15       captiontext Optionally, text for a table caption.
16

DESCRIPTION

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

AUTHORS

24       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
25       (kaya@kayalang.org). For further information see http://kayalang.org/
26

LICENSE

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)
Impressum