Module  jdk.xml.dom
软件包  org.w3c.dom.html

Interface HTMLFrameSetElement

    • 方法详细信息

      • getCols

        String getCols​()
        框架集中的帧列数。 请参阅HTML 4.0中的cols属性定义。
      • 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)