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 |
---|---|
IFrame |
Body.addIFrame() |
IFrame |
IFrame.setAlign(Align inValue) |
IFrame |
IFrame.setAlign(VAlign inValue)
Since an img align attribute allows the normally valign values of 'top'
and 'bottom', this alternate setAlign method takes a VAlign object.
|
IFrame |
IFrame.setClass(String inValue) |
IFrame |
IFrame.setFrameBorder(boolean inValue) |
IFrame |
IFrame.setHeight(int inValue) |
IFrame |
IFrame.setHeight(String inValue) |
IFrame |
IFrame.setId(String inValue) |
IFrame |
IFrame.setName(String inValue) |
IFrame |
IFrame.setSrc(String inValue) |
IFrame |
IFrame.setStyle(String inValue) |
IFrame |
IFrame.setTitle(String inValue) |
IFrame |
IFrame.setWidth(int inValue) |
IFrame |
IFrame.setWidth(String inValue) |
jataylor@hairyfatguy.com