public interface

HTMLIFrameElement

implements HTMLElement
org.w3c.dom.html.HTMLIFrameElement

Class Overview

Inline subwindows. See the IFRAME element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
abstract Document getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise.
abstract String getFrameBorder()
Request frame borders.
abstract String getHeight()
Frame height.
abstract String getLongDesc()
URI designating a long description of this image or frame.
abstract String getMarginHeight()
Frame margin height, in pixels.
abstract String getMarginWidth()
Frame margin width, in pixels.
abstract String getName()
The frame name (object of the target attribute).
abstract String getScrolling()
Specify whether or not the frame should have scrollbars.
abstract String getSrc()
A URI designating the initial frame contents.
abstract String getWidth()
Frame width.
abstract void setAlign(String align)
abstract void setFrameBorder(String frameBorder)
abstract void setHeight(String height)
abstract void setLongDesc(String longDesc)
abstract void setMarginHeight(String marginHeight)
abstract void setMarginWidth(String marginWidth)
abstract void setName(String name)
abstract void setScrolling(String scrolling)
abstract void setSrc(String src)
abstract void setWidth(String width)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

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.

public abstract Document getContentDocument ()

The document this frame contains, if there is any and it is available, or null otherwise.

public abstract String getFrameBorder ()

Request frame borders. See the frameborder attribute definition in HTML 4.0.

public abstract String getHeight ()

Frame height. See the height attribute definition in HTML 4.0.

public abstract String getLongDesc ()

URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.

public abstract String getMarginHeight ()

Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.

public abstract String getMarginWidth ()

Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.

public abstract String getName ()

The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.

public abstract String getScrolling ()

Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.

public abstract String getSrc ()

A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.

public abstract String getWidth ()

Frame width. See the width attribute definition in HTML 4.0.

public abstract void setAlign (String align)

public abstract void setFrameBorder (String frameBorder)

public abstract void setHeight (String height)

public abstract void setLongDesc (String longDesc)

public abstract void setMarginHeight (String marginHeight)

public abstract void setMarginWidth (String marginWidth)

public abstract void setName (String name)

public abstract void setScrolling (String scrolling)

public abstract void setSrc (String src)

public abstract void setWidth (String width)