Class HTMLParagraphElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLParagraphElement, Node, NodeList, TypeInfo

public class HTMLParagraphElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLParagraphElement
See Also:
  • Constructor Details

    • HTMLParagraphElementImpl

      public HTMLParagraphElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • 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