class HTMLBaseFontElement
|
Base font. More... |
|
|
Public Methods
Protected Methods
Base font. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-BASEFONT">
BASEFONT element definition </a> in HTML 4.0. This element is
deprecated in HTML 4.0.
HTMLBaseFontElement ()
| HTMLBaseFontElement |
HTMLBaseFontElement (const HTMLBaseFontElement &other)
| HTMLBaseFontElement |
HTMLBaseFontElement (const Node &other)
| HTMLBaseFontElement |
HTMLBaseFontElement (HTMLBaseFontElementImpl *impl)
| HTMLBaseFontElement |
[protected]
HTMLBaseFontElement & operator = (const HTMLBaseFontElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLBaseFontElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLBaseFontElement ()
| ~HTMLBaseFontElement |
[const]
Font color. See the <a href="http://www.w3.org/TR/REC-html40/">
color attribute definition </a> 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 <a
href="http://www.w3.org/TR/REC-html40/"> face attribute
definition </a> in HTML 4.0. This attribute is deprecated in
HTML 4.0.
void setFace ( const DOMString & )
| setFace |
see face
[const]
Font size. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-BASEFONT">
size attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setSize ( const DOMString & )
| setSize |
see size
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |