org.w3c.dom.html2
Interface HTMLFrameSetElement
- Element, HTMLElement
- HTMLFrameSetElementImpl
public interface HTMLFrameSetElement
String | getCols() - The number of columns of frames in the frameset.
|
String | getRows() - The number of rows of frames in the frameset.
|
void | setCols(String cols) - The number of columns of frames in the frameset.
|
void | setRows(String rows) - The number of rows of frames in the frameset.
|
getCols
public String getCols()
The number of columns of frames in the frameset. See the cols attribute
definition in HTML 4.01.
getRows
public String getRows()
The number of rows of frames in the frameset. See the rows attribute
definition in HTML 4.01.
setCols
public void setCols(String cols)
The number of columns of frames in the frameset. See the cols attribute
definition in HTML 4.01.
setRows
public void setRows(String rows)
The number of rows of frames in the frameset. See the rows attribute
definition in HTML 4.01.