Interface HTMLFrameSetElement

All Superinterfaces:
Element, HTMLElement, Node
All Known Implementing Classes:
HTMLFrameSetElementImpl

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

See also the Document Object Model (DOM) Level 2 HTML Specification.

  • Method Details

    • getCols

      String getCols()
      The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.
    • setCols

      void setCols(String cols)
      The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.
    • getRows

      String getRows()
      The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.
    • setRows

      void setRows(String rows)
      The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.