org.kde.koala
Class HTMLBaseFontElement

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.HTMLBaseFontElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLBaseFontElement
extends HTMLElement

Base font. See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.


Constructor Summary
  HTMLBaseFontElement()
           
protected HTMLBaseFontElement(java.lang.Class dummy)
           
  HTMLBaseFontElement(HTMLBaseFontElement other)
           
  HTMLBaseFontElement(Node other)
           
 
Method Summary
 java.lang.String color()
          Font color.
 java.lang.String face()
          Font face identifier.
 long getSize()
          Computed Font size.
 void setColor(java.lang.String arg1)
          see color
 void setFace(java.lang.String arg1)
          see face
 void setSize(long arg1)
          see size
 
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

HTMLBaseFontElement

protected HTMLBaseFontElement(java.lang.Class dummy)

HTMLBaseFontElement

public HTMLBaseFontElement()

HTMLBaseFontElement

public HTMLBaseFontElement(HTMLBaseFontElement other)

HTMLBaseFontElement

public HTMLBaseFontElement(Node other)
Method Detail

color

public java.lang.String color()
Font color. See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setColor

public void setColor(java.lang.String arg1)
see color


face

public java.lang.String face()
Font face identifier. See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setFace

public void setFace(java.lang.String arg1)
see face


getSize

public long getSize()
Computed Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setSize

public void setSize(long arg1)
see size