1HTMLDocument.addHeading(3kaya)Kaya module referencHeTMLDocument.addHeading(3kaya)
2
3
4

NAME

6       HTMLDocument::addHeading - Add a heading
7

SYNOPSIS

9       ElementTree  addHeading(  ElementTree  parent, Int headinglevel, String
10       initialtext=createString(0) )
11

ARGUMENTS

13       parent The parent element
14
15       headinglevel The level of heading (1-6)
16
17       initialtext Optionally, any initial text the element should contain
18

DESCRIPTION

20       Add a heading to the end of the specified element.  Heading  levels  go
21       from  1  to  6, and form a document outline - there should generally be
22       one level 1 heading in the document, with level 2 headings below  that,
23       level  3  headings  below the level 2 headings, and so on. In practice,
24       headings less important than level 4 are very rarely used.
25

AUTHORS

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

LICENSE

31       The  Kaya  standard  library  is free software; you can redistribute it
32       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
33       License  (version  2.1  or  any later version) as published by the Free
34       Software Foundation.
35
36
37
38Kaya                             December 2010  HTMLDocument.addHeading(3kaya)
Impressum