Home » xml-commons-external-1.4.01-src » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLHRElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Create a horizontal rule. See the HR element definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLHRElement Summary:
getAlign,   getNoShade,   getSize,   getWidth,   setAlign,   setNoShade,   setSize,   setWidth
Method from org.w3c.dom.html.HTMLHRElement Detail:
 public 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.
 public 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.
 public String getSize()
    The height of the rule. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getWidth()
    The width of the rule. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public  void setAlign(String align)
 public  void setNoShade(boolean noShade)
 public  void setSize(String size)
 public  void setWidth(String width)