Class HTMLHRElementImpl

All Implemented Interfaces:
ModelNode, CSS2PropertiesContext, ScriptableDelegate, Element, HTMLElement, HTMLHRElement, Node

public class HTMLHRElementImpl extends HTMLAbstractUIElement implements HTMLHRElement
  • Constructor Details

    • HTMLHRElementImpl

      public HTMLHRElementImpl(String name)
  • Method Details

    • getAlign

      public 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 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 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(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(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(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