Module jdk.xml.dom

Interface HTMLFrameSetElement

    • Method Detail

      • getCols

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

        void setCols​(String cols)
      • getRows

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

        void setRows​(String rows)