class HTMLFontElement
|
Local change to font. More... |
|
|
Public Methods
Protected Methods
Local change to font. See the
FONT element definition in HTML 4.0. This element is
deprecated in HTML 4.0.
HTMLFontElement ()
| HTMLFontElement |
HTMLFontElement (const HTMLFontElement &other)
| HTMLFontElement |
HTMLFontElement (const Node &other)
| HTMLFontElement |
HTMLFontElement (HTMLFontElementImpl *impl)
| HTMLFontElement |
[protected]
HTMLFontElement & operator = (const HTMLFontElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLFontElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLFontElement ()
| ~HTMLFontElement |
[const]
Font color. See the
color attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setColor ( const DOMString & )
| setColor |
see color
[const]
Font face identifier. See the
face attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setFace ( const DOMString & )
| setFace |
see face
[const]
Font size. See the
size attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setSize ( const DOMString & )
| setSize |
see size
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |