KHTML
DOM::HTMLBaseFontElement Class Reference
Base font. More...
#include <html_misc.h>
Public Member Functions | |
DOMString | color () const |
DOMString | face () const |
long | getSize () const |
HTMLBaseFontElement (const Node &other) | |
HTMLBaseFontElement (const HTMLBaseFontElement &other) | |
HTMLBaseFontElement () | |
HTMLBaseFontElement & | operator= (const Node &other) |
HTMLBaseFontElement & | operator= (const HTMLBaseFontElement &other) |
void | setColor (const DOMString &) |
void | setFace (const DOMString &) |
void | setSize (const DOMString &) KDE_DEPRECATED |
void | setSize (long) |
DOMString | size () const KDE_DEPRECATED |
~HTMLBaseFontElement () | |
Protected Member Functions | |
HTMLBaseFontElement (HTMLBaseFontElementImpl *impl) |
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.
Constructor & Destructor Documentation
HTMLBaseFontElement::HTMLBaseFontElement | ( | ) |
Definition at line 30 of file html_misc.cpp.
HTMLBaseFontElement::HTMLBaseFontElement | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 34 of file html_misc.cpp.
DOM::HTMLBaseFontElement::HTMLBaseFontElement | ( | const Node & | other | ) | [inline] |
Definition at line 53 of file html_misc.h.
HTMLBaseFontElement::HTMLBaseFontElement | ( | HTMLBaseFontElementImpl * | impl | ) | [protected] |
Definition at line 38 of file html_misc.cpp.
HTMLBaseFontElement::~HTMLBaseFontElement | ( | ) |
Definition at line 54 of file html_misc.cpp.
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.
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.
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.
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const Node & | other | ) |
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 48 of file html_misc.cpp.
void HTMLBaseFontElement::setColor | ( | const DOMString & | value | ) |
void HTMLBaseFontElement::setFace | ( | const DOMString & | value | ) |
void HTMLBaseFontElement::setSize | ( | const DOMString & | value | ) |
void HTMLBaseFontElement::setSize | ( | long | _value | ) |
DOMString HTMLBaseFontElement::size | ( | ) | const |
The documentation for this class was generated from the following files: