![]() |
|
Contents |
See the IFRAME element definition in HTML 4.0.
Public Member Functions | |
| String | getAlign () |
| Aligns this object (vertically or horizontally) with respect to its surrounding text. | |
| void | setAlign (String align) |
| String | getFrameBorder () |
| Request frame borders. | |
| void | setFrameBorder (String frameBorder) |
| String | getHeight () |
| Frame height. | |
| void | setHeight (String height) |
| String | getLongDesc () |
| URI designating a long description of this image or frame. | |
| void | setLongDesc (String longDesc) |
| String | getMarginHeight () |
| Frame margin height, in pixels. | |
| void | setMarginHeight (String marginHeight) |
| String | getMarginWidth () |
| Frame margin width, in pixels. | |
| void | setMarginWidth (String marginWidth) |
| String | getName () |
The frame name (object of the target attribute). | |
| void | setName (String name) |
| String | getScrolling () |
| Specify whether or not the frame should have scrollbars. | |
| void | setScrolling (String scrolling) |
| String | getSrc () |
| A URI designating the initial frame contents. | |
| void | setSrc (String src) |
| String | getWidth () |
| Frame width. | |
| void | setWidth (String width) |
| String getAlign | ( | ) |
Aligns this object (vertically or horizontally) with respect to its surrounding text.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setAlign | ( | String | align | ) |
| String getFrameBorder | ( | ) |
Request frame borders.
See the frameborder attribute definition in HTML 4.0.
| void setFrameBorder | ( | String | frameBorder | ) |
| String getHeight | ( | ) |
Frame height.
See the height attribute definition in HTML 4.0.
| void setHeight | ( | String | height | ) |
| String getLongDesc | ( | ) |
URI designating a long description of this image or frame.
See the longdesc attribute definition in HTML 4.0.
| void setLongDesc | ( | String | longDesc | ) |
| String getMarginHeight | ( | ) |
Frame margin height, in pixels.
See the marginheight attribute definition in HTML 4.0.
| void setMarginHeight | ( | String | marginHeight | ) |
| String getMarginWidth | ( | ) |
Frame margin width, in pixels.
See the marginwidth attribute definition in HTML 4.0.
| void setMarginWidth | ( | String | marginWidth | ) |
| String getName | ( | ) |
The frame name (object of the target attribute).
See the name attribute definition in HTML 4.0.
| void setName | ( | String | name | ) |
| String getScrolling | ( | ) |
Specify whether or not the frame should have scrollbars.
See the scrolling attribute definition in HTML 4.0.
| void setScrolling | ( | String | scrolling | ) |
| String getSrc | ( | ) |
A URI designating the initial frame contents.
See the src attribute definition in HTML 4.0.
| void setSrc | ( | String | src | ) |
| String getWidth | ( | ) |
Frame width.
See the width attribute definition in HTML 4.0.
| void setWidth | ( | String | width | ) |