| |
|
| org.w3c.dom.html.HTMLHRElement
All known Subclasses: org.apache.html.dom.HTMLHRElementImpl,
getAlign | public String getAlign()(Code) | | Align the rule on the page. See the align attribute definition in
HTML 4.0. This attribute is deprecated in HTML 4.0.
|
getNoShade | public boolean getNoShade()(Code) | | 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.
|
getSize | public String getSize()(Code) | | The height of the rule. See the size attribute definition in HTML
4.0. This attribute is deprecated in HTML 4.0.
|
getWidth | public String getWidth()(Code) | | The width of the rule. See the width attribute definition in HTML
4.0. This attribute is deprecated in HTML 4.0.
|
setNoShade | public void setNoShade(boolean noShade)(Code) | | |
|
|
|