getContentDocument
public Document getContentDocument()
The document this frame contains, if there is any and it is available,
or null
otherwise.
- getContentDocument in interface HTMLFrameElement
getContentWindow
public Window getContentWindow()
getFrameBorder
public String getFrameBorder()
Request frame borders. See the frameborder attribute definition in HTML
4.01.
- getFrameBorder in interface HTMLFrameElement
getLongDesc
public String getLongDesc()
URI [
IETF RFC 2396] designating a long description of this image or frame. See the
longdesc attribute definition in HTML 4.01.
- getLongDesc in interface HTMLFrameElement
getMarginHeight
public String getMarginHeight()
Frame margin height, in pixels. See the marginheight attribute
definition in HTML 4.01.
- getMarginHeight in interface HTMLFrameElement
getMarginWidth
public String getMarginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition
in HTML 4.01.
- getMarginWidth in interface HTMLFrameElement
getName
public String getName()
The frame name (object of the target
attribute). See the
name attribute definition in HTML 4.01.
- getName in interface HTMLFrameElement
getNoResize
public boolean getNoResize()
When true, forbid user from resizing frame. See the noresize attribute
definition in HTML 4.01.
- getNoResize in interface HTMLFrameElement
getScrolling
public String getScrolling()
Specify whether or not the frame should have scrollbars. See the
scrolling attribute definition in HTML 4.01.
- getScrolling in interface HTMLFrameElement
setFrameBorder
public void setFrameBorder(String frameBorder)
Request frame borders. See the frameborder attribute definition in HTML
4.01.
- setFrameBorder in interface HTMLFrameElement
setLongDesc
public void setLongDesc(String longDesc)
URI [
IETF RFC 2396] designating a long description of this image or frame. See the
longdesc attribute definition in HTML 4.01.
- setLongDesc in interface HTMLFrameElement
setMarginHeight
public void setMarginHeight(String marginHeight)
Frame margin height, in pixels. See the marginheight attribute
definition in HTML 4.01.
- setMarginHeight in interface HTMLFrameElement
setMarginWidth
public void setMarginWidth(String marginWidth)
Frame margin width, in pixels. See the marginwidth attribute definition
in HTML 4.01.
- setMarginWidth in interface HTMLFrameElement
setName
public void setName(String name)
The frame name (object of the target
attribute). See the
name attribute definition in HTML 4.01.
- setName in interface HTMLFrameElement
setNoResize
public void setNoResize(boolean noResize)
When true, forbid user from resizing frame. See the noresize attribute
definition in HTML 4.01.
- setNoResize in interface HTMLFrameElement
setScrolling
public void setScrolling(String scrolling)
Specify whether or not the frame should have scrollbars. See the
scrolling attribute definition in HTML 4.01.
- setScrolling in interface HTMLFrameElement
setSrc
public void setSrc(String src)
A URI [
IETF RFC 2396] designating the initial frame contents. See the src attribute
definition in HTML 4.01.
- setSrc in interface HTMLFrameElement