public class HtmlTextBuilder extends Object
Constructor and Description |
---|
HtmlTextBuilder() |
HtmlTextBuilder(String text) |
Modifier and Type | Method and Description |
---|---|
HtmlTextBuilder |
append(String toAppend) |
HtmlTextBuilder |
appendRaw(String toAppend) |
HtmlTextBuilder |
bold(boolean on) |
HtmlTextBuilder |
bold(String toBold) |
static String |
boldHtml(String toBold) |
HtmlTextBuilder |
huge(String toAppend) |
HtmlTextBuilder |
larger(String toAppend) |
HtmlTextBuilder |
newLine() |
String |
toHtml() |
String |
toPartialHtml() |
String |
toString() |
public HtmlTextBuilder()
public HtmlTextBuilder(String text)
public HtmlTextBuilder bold(boolean on)
public HtmlTextBuilder bold(String toBold)
public HtmlTextBuilder larger(String toAppend)
public HtmlTextBuilder huge(String toAppend)
public String toHtml()
public String toPartialHtml()
public HtmlTextBuilder append(String toAppend)
public HtmlTextBuilder appendRaw(String toAppend)
public HtmlTextBuilder newLine()
Copyright © 2013. All Rights Reserved.