DOM::HTMLBaseFontElement Class Reference
#include <html_misc.h>
Inheritance diagram for DOM::HTMLBaseFontElement:

Detailed Description
Base font.See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 48 of file html_misc.h.
Public Member Functions | |
| HTMLBaseFontElement () | |
| HTMLBaseFontElement (const HTMLBaseFontElement &other) | |
| HTMLBaseFontElement (const Node &other) | |
| HTMLBaseFontElement & | operator= (const HTMLBaseFontElement &other) |
| HTMLBaseFontElement & | operator= (const Node &other) |
| ~HTMLBaseFontElement () | |
| DOMString | color () const |
| void | setColor (const DOMString &) |
| DOMString | face () const |
| void | setFace (const DOMString &) |
| long | getSize () const |
| void | setSize (long) |
| DOMString | size () const KDE_DEPRECATED |
| void | setSize (const DOMString &) KDE_DEPRECATED |
Protected Member Functions | |
| HTMLBaseFontElement (HTMLBaseFontElementImpl *impl) | |
Member Function Documentation
| DOMString HTMLBaseFontElement::color | ( | ) | const |
Font color.
See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 58 of file html_misc.cpp.
| void HTMLBaseFontElement::setColor | ( | const DOMString & | ) |
| DOMString HTMLBaseFontElement::face | ( | ) | const |
Font face identifier.
See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 69 of file html_misc.cpp.
| void HTMLBaseFontElement::setFace | ( | const DOMString & | ) |
| long HTMLBaseFontElement::getSize | ( | ) | const |
Computed Font size.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 91 of file html_misc.cpp.
| void HTMLBaseFontElement::setSize | ( | long | ) |
| DOMString HTMLBaseFontElement::size | ( | ) | const |
| void HTMLBaseFontElement::setSize | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

