KHTML
#include <html_misc.h>

Protected Member Functions | |
HTMLBaseFontElement (HTMLBaseFontElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
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() [1/4]
HTMLBaseFontElement::HTMLBaseFontElement | ( | ) |
Definition at line 29 of file html_misc.cpp.
◆ HTMLBaseFontElement() [2/4]
HTMLBaseFontElement::HTMLBaseFontElement | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 33 of file html_misc.cpp.
◆ HTMLBaseFontElement() [3/4]
|
inline |
Definition at line 53 of file html_misc.h.
◆ HTMLBaseFontElement() [4/4]
|
protected |
Definition at line 37 of file html_misc.cpp.
◆ ~HTMLBaseFontElement()
HTMLBaseFontElement::~HTMLBaseFontElement | ( | ) |
Definition at line 53 of file html_misc.cpp.
Member Function Documentation
◆ color()
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.
◆ face()
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.
◆ getSize()
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.
◆ operator=() [1/2]
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const HTMLBaseFontElement & | other | ) |
Definition at line 47 of file html_misc.cpp.
◆ operator=() [2/2]
HTMLBaseFontElement & HTMLBaseFontElement::operator= | ( | const Node & | other | ) |
Definition at line 41 of file html_misc.cpp.
◆ setColor()
void HTMLBaseFontElement::setColor | ( | const DOMString & | value | ) |
see color
Definition at line 63 of file html_misc.cpp.
◆ setFace()
void HTMLBaseFontElement::setFace | ( | const DOMString & | value | ) |
see face
Definition at line 74 of file html_misc.cpp.
◆ setSize() [1/2]
void HTMLBaseFontElement::setSize | ( | const DOMString & | value | ) |
Definition at line 88 of file html_misc.cpp.
◆ setSize() [2/2]
void HTMLBaseFontElement::setSize | ( | long | _value | ) |
see size
Definition at line 100 of file html_misc.cpp.
◆ size()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.