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 |
---|---|
TFoot |
TFoot.addStyle(String inValue) |
TFoot |
Table.addTFoot() |
TFoot |
TFoot.setAlign(Align inValue) |
TFoot |
TFoot.setChar(char inValue)
Alignment char, e.g.
|
TFoot |
TFoot.setCharOffset(int inValue)
Offset for the alignment char.
|
TFoot |
TFoot.setClass(String inValue) |
TFoot |
TFoot.setId(String inValue) |
TFoot |
TFoot.setOnClick(String inValue) |
TFoot |
TFoot.setStyle(CharSequence inValue) |
TFoot |
TFoot.setVAlign(VAlign inValue) |
jataylor@hairyfatguy.com