org.w3c.dom.html
public interface HTMLHRElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
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) |
void | setNoShade(boolean noShade) |
void | setSize(String size) |
void | setWidth(String width) |