public class HtmlFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Bold |
bold(HtmlComponent content) |
static Bold |
bold(String content) |
static HtmlElement<?> |
br() |
static Font |
font(HtmlComponent content) |
static Font |
font(String content) |
static Anchor |
urlAnchor(String label,
String url) |
public static Bold bold(HtmlComponent content)
public static Font font(HtmlComponent content)
public static HtmlElement<?> br()
Copyright © 2006–2016 Volker Bergmann. All rights reserved.