org.kde.koala
Class HTMLHRElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLHRElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLHRElement
extends HTMLElement

Create a horizontal rule. See the HR element definition in HTML 4.0.


Constructor Summary
  HTMLHRElement()
           
protected HTMLHRElement(java.lang.Class dummy)
           
  HTMLHRElement(HTMLHRElement other)
           
  HTMLHRElement(Node other)
           
 
Method Summary
 java.lang.String align()
          Align the rule on the page.
 boolean noShade()
          Indicates to the user agent that there should be no shading in the rendering of this element.
 void setAlign(java.lang.String arg1)
          see align
 void setNoShade(boolean arg1)
          see noShade
 void setSize(java.lang.String arg1)
          see size
 void setWidth(java.lang.String arg1)
          see width
 java.lang.String size()
          The height of the rule.
 java.lang.String width()
          The width of the rule.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLHRElement

protected HTMLHRElement(java.lang.Class dummy)

HTMLHRElement

public HTMLHRElement()

HTMLHRElement

public HTMLHRElement(HTMLHRElement other)

HTMLHRElement

public HTMLHRElement(Node other)
Method Detail

align

public java.lang.String align()
Align the rule on the page. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


noShade

public 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.0. This attribute is deprecated in HTML 4.0.


setNoShade

public void setNoShade(boolean arg1)
see noShade


size

public java.lang.String size()
The height of the rule. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setSize

public void setSize(java.lang.String arg1)
see size


width

public java.lang.String width()
The width of the rule. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setWidth

public void setWidth(java.lang.String arg1)
see width