KHTML
#include <html_misc.h>
Protected Member Functions | |
HTMLBaseFontElement (HTMLBaseFontElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_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 29 of file html_misc.cpp.
HTMLBaseFontElement::HTMLBaseFontElement | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 33 of file html_misc.cpp.
|
inline |
Definition at line 53 of file html_misc.h.
|
protected |
Definition at line 37 of file html_misc.cpp.
HTMLBaseFontElement::~HTMLBaseFontElement | ( | ) |
Definition at line 53 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 57 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 68 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 94 of file html_misc.cpp.
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 47 of file html_misc.cpp.
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const Node & | other | ) |
Definition at line 41 of file html_misc.cpp.
void HTMLBaseFontElement::setColor | ( | const DOMString & | value | ) |
see color
Definition at line 63 of file html_misc.cpp.
void HTMLBaseFontElement::setFace | ( | const DOMString & | value | ) |
see face
Definition at line 74 of file html_misc.cpp.
void HTMLBaseFontElement::setSize | ( | long | _value | ) |
see size
Definition at line 100 of file html_misc.cpp.
void HTMLBaseFontElement::setSize | ( | const DOMString & | value | ) |
Definition at line 88 of file html_misc.cpp.
DOMString HTMLBaseFontElement::size | ( | ) | const |
Definition at line 80 of file html_misc.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.