All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLFrameSetElement

public interface HTMLFrameSetElement
extends HTMLElement
Create a grid of frames. See the FRAMESET element definition in HTML 4.0.


Method Index

 o getCols()
The number of columns of frames in the frameset.
 o getRows()
The number of rows of frames in the frameset.
 o setCols(String)
 o setRows(String)

Methods

 o getCols
 public abstract String getCols()
The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.

 o setCols
 public abstract void setCols(String cols)
 o getRows
 public abstract String getRows()
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.

 o setRows
 public abstract void setRows(String rows)

All Packages  Class Hierarchy  This Package  Previous  Next  Index