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 |
---|---|
Col |
Col.addClass(String inValue) |
Col |
Colgroup.addCol() |
Col |
Table.addCol() |
Col |
Col.addStyle(String inValue) |
Col |
Col.setAlign(Align inValue) |
Col |
Col.setChar(char inValue)
Alignment char, e.g.
|
Col |
Col.setCharOffset(int inValue)
Offset for the alignment char.
|
Col |
Col.setClass(String inValue) |
Col |
Col.setId(String inValue) |
Col |
Col.setSpan(int inValue) |
Col |
Col.setStyle(CharSequence inValue) |
Col |
Col.setVAlign(VAlign inValue) |
Col |
Col.setWidth(String inValue) |
Modifier and Type | Method and Description |
---|---|
List<Col> |
Table.getCols() |
jataylor@hairyfatguy.com