Class HTMLHRElementImpl

    • Constructor Detail

      • HTMLHRElementImpl

        public HTMLHRElementImpl​(java.lang.String name)
    • Method Detail

      • getAlign

        public java.lang.String getAlign()
        Description copied from interface: HTMLHRElement
        Align the rule on the page. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getAlign in interface HTMLHRElement
      • getNoShade

        public boolean getNoShade()
        Description copied from interface: HTMLHRElement
        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.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getNoShade in interface HTMLHRElement
      • getSize

        public java.lang.String getSize()
        Description copied from interface: HTMLHRElement
        The height of the rule. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getSize in interface HTMLHRElement
      • getWidth

        public java.lang.String getWidth()
        Description copied from interface: HTMLHRElement
        The width of the rule. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getWidth in interface HTMLHRElement
      • setAlign

        public void setAlign​(java.lang.String align)
        Description copied from interface: HTMLHRElement
        Align the rule on the page. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setAlign in interface HTMLHRElement
      • setNoShade

        public void setNoShade​(boolean noShade)
        Description copied from interface: HTMLHRElement
        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.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setNoShade in interface HTMLHRElement
      • setSize

        public void setSize​(java.lang.String size)
        Description copied from interface: HTMLHRElement
        The height of the rule. See the size attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setSize in interface HTMLHRElement
      • setWidth

        public void setWidth​(java.lang.String width)
        Description copied from interface: HTMLHRElement
        The width of the rule. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setWidth in interface HTMLHRElement