public final class TagBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static TagBuilder |
anchor() |
static TagBuilder |
caption() |
Tag |
make() |
static TagBuilder |
span() |
static TagBuilder |
tableCell() |
static TagBuilder |
tableHeaderCell() |
static TagBuilder |
tableRow() |
TagBuilder |
withAlignment(Alignment align) |
TagBuilder |
withBackground(Color bgColor) |
TagBuilder |
withColumnSpan(int columnSpan) |
TagBuilder |
withEmphasis() |
TagBuilder |
withEmphasis(boolean emphasizeText) |
TagBuilder |
withEscapedText(String text) |
TagBuilder |
withEscapedText(String text,
boolean escapeText) |
TagBuilder |
withHyperlink(String href) |
TagBuilder |
withIndent(boolean indent) |
TagBuilder |
withStyle(String style) |
TagBuilder |
withStyleClass(String styleClass) |
TagBuilder |
withText(String text) |
TagBuilder |
withWidth(int characterWidth) |
public static TagBuilder anchor()
public static TagBuilder caption()
public static TagBuilder span()
public static TagBuilder tableCell()
public static TagBuilder tableHeaderCell()
public static TagBuilder tableRow()
public Tag make()
public TagBuilder withAlignment(Alignment align)
public TagBuilder withBackground(Color bgColor)
public TagBuilder withColumnSpan(int columnSpan)
public TagBuilder withEmphasis()
public TagBuilder withEmphasis(boolean emphasizeText)
public TagBuilder withEscapedText(String text)
public TagBuilder withEscapedText(String text, boolean escapeText)
public TagBuilder withHyperlink(String href)
public TagBuilder withIndent(boolean indent)
public TagBuilder withStyle(String style)
public TagBuilder withStyleClass(String styleClass)
public TagBuilder withText(String text)
public TagBuilder withWidth(int characterWidth)
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.