All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLIFrameElement
- public interface HTMLIFrameElement
- extends HTMLElement
Inline subwindows. See the IFRAME element definition in HTML 4.0.
-
getAlign()
- Aligns this object (vertically or horizontally)
with respect to its surrounding text.
-
getFrameBorder()
- Request frame borders.
-
getHeight()
- Frame height.
-
getLongDesc()
- URI designating a long description of this image or frame.
-
getMarginHeight()
- Frame margin height, in pixels.
-
getMarginWidth()
- Frame margin width, in pixels.
-
getName()
- The frame name (object of the target attribute).
-
getScrolling()
- Specify whether or not the frame should have scrollbars.
-
getSrc()
- A URI designating the initial frame contents.
-
getWidth()
- Frame width.
-
setAlign(String)
-
-
setFrameBorder(String)
-
-
setHeight(String)
-
-
setLongDesc(String)
-
-
setMarginHeight(String)
-
-
setMarginWidth(String)
-
-
setName(String)
-
-
setScrolling(String)
-
-
setSrc(String)
-
-
setWidth(String)
-
getAlign
public abstract 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.
setAlign
public abstract void setAlign(String align)
getFrameBorder
public abstract String getFrameBorder()
- Request frame borders. See the frameborder attribute definition in HTML 4.0.
setFrameBorder
public abstract void setFrameBorder(String frameBorder)
getHeight
public abstract String getHeight()
- Frame height. See the height attribute definition in HTML 4.0.
setHeight
public abstract void setHeight(String height)
getLongDesc
public abstract String getLongDesc()
- URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.
setLongDesc
public abstract void setLongDesc(String longDesc)
getMarginHeight
public abstract String getMarginHeight()
- Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.
setMarginHeight
public abstract void setMarginHeight(String marginHeight)
getMarginWidth
public abstract String getMarginWidth()
- Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.
setMarginWidth
public abstract void setMarginWidth(String marginWidth)
getName
public abstract String getName()
- The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.
setName
public abstract void setName(String name)
getScrolling
public abstract String getScrolling()
- Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.
setScrolling
public abstract void setScrolling(String scrolling)
getSrc
public abstract String getSrc()
- A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.
setSrc
public abstract void setSrc(String src)
getWidth
public abstract String getWidth()
- Frame width. See the width attribute definition in HTML 4.0.
setWidth
public abstract void setWidth(String width)
All Packages Class Hierarchy This Package Previous Next Index