Uses of Class
org.spiderwiz.zutils.ZHtml.Paragraph
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Paragraph in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Paragraph Modifier and Type Method Description ZHtml.Paragraph
ZHtml.Document. addParagraph(String text)
Appends a paragraph (p
tag) that wraps the given text to the document body.ZHtml.Paragraph
ZHtml.Node. createParagraph(String text)
Instantiates a paragraph node (p
tag) with the given text.