org.w3c.dom.html
public interface: HTMLFrameSetElement [javadoc |
source]
All Implemented Interfaces:
HTMLElement
Create a grid of frames. See the FRAMESET element definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLFrameSetElement Detail: |
public String getCols()
The number of columns of frames in the frameset. See the cols attribute
definition in HTML 4.0. |
public String getRows()
The number of rows of frames in the frameset. See the rows attribute
definition in HTML 4.0. |
public void setCols(String cols)
|
public void setRows(String rows)
|