|
|
Base font. See the BASEFONT element definition 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 |
| DOMString color ()
| color |
[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
| DOMString face ()
| face |
[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
| long getSize ()
| getSize |
[const]
Computed Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setSize ( long )
| setSize |
see size
| DOMString size ()
| size |
[const]
| void setSize ( const DOMString & )
| setSize |
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |