Interface HTMLHRElement

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

public interface HTMLHRElement extends HTMLElement
Provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating <hr> elements.
  • Method Details

    • getAlign

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

      void setAlign(String align)

      setAlign.

      Parameters:
      align - a String object.
    • getColor

      @Deprecated String getColor()
      Deprecated.

      getColor.

      Returns:
      a String object.
    • setColor

      void setColor(String color)

      setColor.

      Parameters:
      color - a String object.
    • isNoShade

      @Deprecated boolean isNoShade()
      Deprecated.
      Sets or retrieves whether the horizontal rule is drawn with 3-D shading.
      Returns:
      a boolean.
    • setNoShade

      void setNoShade(boolean noShade)

      setNoShade.

      Parameters:
      noShade - a boolean.
    • getSize

      @Deprecated String getSize()
      Deprecated.

      getSize.

      Returns:
      a String object.
    • setSize

      void setSize(String size)

      setSize.

      Parameters:
      size - a String object.
    • getWidth

      @Deprecated String getWidth()
      Deprecated.
      Sets or retrieves the width of the object.
      Returns:
      a String object.
    • setWidth

      void setWidth(String width)

      setWidth.

      Parameters:
      width - a String object.