Interface HTMLBRElement

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

public interface HTMLBRElement extends HTMLElement
A HTML line break element (<br>). It inherits from HTMLElement.
  • Method Details

    • getClear

      @Deprecated String getClear()
      Deprecated.
      Sets or retrieves the side on which floating objects are not to be positioned when any IHTMLBlockElement is inserted into the document.
      Returns:
      a String object.
    • setClear

      void setClear(String clear)

      setClear.

      Parameters:
      clear - a String object.