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.
-
getCols()
- The number of columns of frames in the frameset.
-
getRows()
- The number of rows of frames in the frameset.
-
setCols(String)
-
-
setRows(String)
-
getCols
public abstract String getCols()
- The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.
setCols
public abstract void setCols(String cols)
getRows
public abstract String getRows()
- The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.
setRows
public abstract void setRows(String rows)
All Packages Class Hierarchy This Package Previous Next Index