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.ParagraphZHtml.Document. addParagraph(String text)Appends a paragraph (ptag) that wraps the given text to the document body.ZHtml.ParagraphZHtml.Node. createParagraph(String text)Instantiates a paragraph node (ptag) with the given text.