org.lobobrowser.html.domimpl
Class HTMLHRElementImpl
- Element, CSS2PropertiesContext, HTMLElement, HTMLHRElement, Node, ModelNode, ScriptableDelegate
public class HTMLHRElementImpl
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.
|
assignAttributeField , blur , focus , getEventFunction , getOnblur , getOnclick , getOncontextmenu , getOndblclick , getOnfocus , getOnkeydown , getOnkeypress , getOnkeyup , getOnmousedown , getOnmousemove , getOnmouseout , getOnmouseover , getOnmouseup , setOnblur , setOnclick , setOncontextmenu , setOndblclick , setOnfocus , setOnkeydown , setOnkeypress , setOnkeyup , setOnmousedown , setOnmousemove , setOnmouseout , setOnmouseover , setOnmouseup |
addStyleSheetDeclarations , appendOuterHTMLImpl , assignAttributeField , createRenderState , findStyleDeclarations , forgetLocalStyle , forgetStyle , getAncestor , getAncestorForJavaClass , getAncestorWithClass , getAncestorWithId , getAttributeAsBoolean , getAttributeAsInt , getCharset , getClassName , getComputedStyle , getCssInputSourceForDecl , getCurrentStyle , getDocumentBaseURI , getFormInputs , getOffsetHeight , getOffsetLeft , getOffsetTop , getOffsetWidth , getOuterHTML , getParentStyle , getPseudoNames , getStyle , informInvalid , informInvalidAttibute , informLayoutInvalid , setCharset , setClassName , setCurrentStyle , setInnerHTML , setMouseOver , setStyle , toString , warn , warn |
appendInnerTextImpl , assignAttributeField , createSimilarNode , equalAttributes , getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getAttributes , getDir , getElementsByTagName , getElementsByTagNameNS , getId , getInnerText , getLang , getLocalName , getNodeName , getNodeType , getNodeValue , getRawInnerText , getSchemaTypeInfo , getTagName , getTitle , hasAttribute , hasAttributeNS , hasAttributes , isTagName , normalizeAttributeName , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeImpl , setAttributeNS , setAttributeNode , setAttributeNodeNS , setDir , setId , setIdAttribute , setIdAttributeNS , setIdAttributeNode , setInnerText , setLang , setNodeValue , setTitle , toString |
appendChild , appendInnerHTMLImpl , cloneNode , compareDocumentPosition , createRenderState , createSimilarNode , equalAttributes , findUINode , forgetRenderState , getAlignmentX , getAlignmentY , getAttributes , getBaseURI , getChildNodes , getChildren , getChildrenArray , getDescendents , getDocumentItem , getDocumentURL , getFeature , getFirstChild , getFullURL , getHtmlRendererContext , getInnerHTML , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeList , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentModelNode , getParentNode , getParentRenderState , getPrefix , getPreviousSibling , getRenderState , getTextContent , getUINode , getUserAgentContext , getUserData , hasAttributes , hasChildNodes , informExternalScriptLoading , informInvalid , informLayoutInvalid , informLookInvalid , informNodeLoaded , informPositionInvalid , informSizeInvalid , informStructureInvalid , insertAfter , insertAt , insertBefore , isDefaultNamespace , isEqualNode , isEqualOrDescendentOf , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeAllChildren , removeAllChildrenImpl , removeChild , removeChildAt , removeChildren , removeChildrenImpl , replaceAdjacentTextNodes , replaceAdjacentTextNodes , replaceChild , setDocumentItem , setNodeValue , setPrefix , setTextContent , setUINode , setUserData , toString , warn , warn |
HTMLHRElementImpl
public HTMLHRElementImpl(String name)
getAlign
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.
- getAlign in interface HTMLHRElement
getNoShade
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.
- getNoShade in interface HTMLHRElement
getSize
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.
- getSize in interface HTMLHRElement
getWidth
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.
- getWidth in interface HTMLHRElement
setAlign
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.
- setAlign in interface HTMLHRElement
setNoShade
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.
- setNoShade in interface HTMLHRElement
setSize
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.
- setSize in interface HTMLHRElement
setWidth
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.
- setWidth in interface HTMLHRElement