org.w3c.dom.html

Interface HTMLFrameSetElement

public interface HTMLFrameSetElement extends HTMLElement

Create a grid of frames. See the FRAMESET element definition in HTML 4.0.
Method Summary
StringgetCols()
The number of columns of frames in the frameset.
StringgetRows()
The number of rows of frames in the frameset.
voidsetCols(String cols)
voidsetRows(String rows)

Method Detail

getCols

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

getRows

public String getRows()
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.

setCols

public void setCols(String cols)

setRows

public void setRows(String rows)