Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
TBody |
TBody.addStyle(String inValue) |
TBody |
Table.addTBody() |
TBody |
TBody.setAlign(Align inValue) |
TBody |
TBody.setChar(char inValue)
Alignment char, e.g.
|
TBody |
TBody.setCharOffset(int inValue)
Offset for the alignment char.
|
TBody |
TBody.setClass(String inValue) |
TBody |
TBody.setId(String inValue) |
TBody |
TBody.setOnClick(String inValue) |
TBody |
TBody.setStyle(CharSequence inValue) |
TBody |
TBody.setVAlign(VAlign inValue) |
jataylor@hairyfatguy.com