Interface HTMLParagraphElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
HTMLPElementImpl

public interface HTMLParagraphElement extends HTMLElement
Provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating

elements.

  • Method Details

    • getAlign

      @Deprecated String getAlign()
      Deprecated.
      Sets or retrieves how the object is aligned with adjacent text.
      Returns:
      a String object.
    • setAlign

      @Deprecated void setAlign(String align)
      Deprecated.

      setAlign.

      Parameters:
      align - a String object.