Interface HTMLFrameSetElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLFrameSetElement
    extends HTMLElement
    Create a grid of frames. See the FRAMESET element definition in HTML 4.0.
    • Method Detail

      • getCols

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

        void setCols​(java.lang.String cols)
      • getRows

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

        void setRows​(java.lang.String rows)