Class HTMLTableCaptionElementImpl

    • Constructor Detail

      • HTMLTableCaptionElementImpl

        public HTMLTableCaptionElementImpl​(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.HTMLTableCaptionElement
      • setAlign

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