org.w3c.dom.html2
Interface HTMLHRElement
public
interface
HTMLHRElement
extends HTMLElement
Method Summary |
String | getAlign()
Align the rule on the page. |
boolean | getNoShade()
Indicates to the user agent that there should be no shading in the
rendering of this element. |
String | getSize()
The height of the rule. |
String | getWidth()
The width of the rule. |
void | setAlign(String align)
Align the rule on the page. |
void | setNoShade(boolean noShade)
Indicates to the user agent that there should be no shading in the
rendering of this element. |
void | setSize(String size)
The height of the rule. |
void | setWidth(String width)
The width of the rule. |
public String getAlign()
Align the rule on the page. See the align attribute definition in HTML
4.01. This attribute is deprecated in HTML 4.01.
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.01. This attribute is deprecated in HTML 4.01.
public String getSize()
The height of the rule. See the size attribute definition in HTML 4.01.
This attribute is deprecated in HTML 4.01.
public String getWidth()
The width of the rule. See the width attribute definition in HTML 4.01.
This attribute is deprecated in HTML 4.01.
public void setAlign(String align)
Align the rule on the page. See the align attribute definition in HTML
4.01. This attribute is deprecated in HTML 4.01.
public void setNoShade(boolean noShade)
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.
public void setSize(String size)
The height of the rule. See the size attribute definition in HTML 4.01.
This attribute is deprecated in HTML 4.01.
public void setWidth(String width)
The width of the rule. See the width attribute definition in HTML 4.01.
This attribute is deprecated in HTML 4.01.