Class HTMLParagraphElementImpl

    • Constructor Detail

      • HTMLParagraphElementImpl

        public HTMLParagraphElementImpl​(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.HTMLParagraphElement
      • setAlign

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