Class HTMLHeadingElementImpl

    • Constructor Detail

      • HTMLHeadingElementImpl

        public HTMLHeadingElementImpl​(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.HTMLHeadingElement
      • setAlign

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