Uses of Class
org.spiderwiz.zutils.ZHtml.Heading
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Heading in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Heading Modifier and Type Method Description ZHtml.Heading
ZHtml.Document. addHeading(String text, int level)
Appends a heading (h
tag) wrapping the given text and having the given level to the document body.ZHtml.Heading
ZHtml.Document. addHeading(String text, int level, String align)
Appends a heading (h
tag) wrapping the given text, having the given level and aligned to the given direction to the document body.ZHtml.Heading
ZHtml.Document. addHeading(ZHtml.Node node, int level)
Appends a heading (h
tag) wrapping the given node and having the given level to the document body.ZHtml.Heading
ZHtml.Document. addHeading(ZHtml.Node node, int level, String align)
Appends a heading (h
tag) wrapping the given node, having the given level and aligned to the given direction to the document body.