Interface HTMLHRElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLHRElement
    extends HTMLElement
    Create a horizontal rule. See the HR element definition in HTML 4.0.
    • Method Detail

      • getAlign

        java.lang.String getAlign()
        Align the rule on the page. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setAlign

        void setAlign​(java.lang.String align)
      • getNoShade

        boolean getNoShade()
        Indicates to the user agent that there should be no shading in the rendering of this element. See the noshade attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setNoShade

        void setNoShade​(boolean noShade)
      • getSize

        java.lang.String getSize()
        The height of the rule. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setSize

        void setSize​(java.lang.String size)
      • getWidth

        java.lang.String getWidth()
        The width of the rule. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setWidth

        void setWidth​(java.lang.String width)