Class HTMLTableSectionElementImpl

    • Constructor Detail

      • HTMLTableSectionElementImpl

        public HTMLTableSectionElementImpl​(HTMLDocumentImpl owner,
                                           String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getAlign

        public String getAlign()
        Specified by:
        getAlign in interface org.w3c.dom.html.HTMLTableSectionElement
      • setAlign

        public void setAlign​(String align)
        Specified by:
        setAlign in interface org.w3c.dom.html.HTMLTableSectionElement
      • getCh

        public String getCh()
        Specified by:
        getCh in interface org.w3c.dom.html.HTMLTableSectionElement
      • setCh

        public void setCh​(String ch)
        Specified by:
        setCh in interface org.w3c.dom.html.HTMLTableSectionElement
      • getChOff

        public String getChOff()
        Specified by:
        getChOff in interface org.w3c.dom.html.HTMLTableSectionElement
      • setChOff

        public void setChOff​(String chOff)
        Specified by:
        setChOff in interface org.w3c.dom.html.HTMLTableSectionElement
      • getVAlign

        public String getVAlign()
        Specified by:
        getVAlign in interface org.w3c.dom.html.HTMLTableSectionElement
      • setVAlign

        public void setVAlign​(String vAlign)
        Specified by:
        setVAlign in interface org.w3c.dom.html.HTMLTableSectionElement
      • getRows

        public org.w3c.dom.html.HTMLCollection getRows()
        Specified by:
        getRows in interface org.w3c.dom.html.HTMLTableSectionElement
      • insertRow

        public org.w3c.dom.html.HTMLElement insertRow​(int index)
        Specified by:
        insertRow in interface org.w3c.dom.html.HTMLTableSectionElement
      • deleteRow

        public void deleteRow​(int index)
        Specified by:
        deleteRow in interface org.w3c.dom.html.HTMLTableSectionElement