KHTML
#include <html_inline.h>
Protected Member Functions | |
HTMLFontElement (HTMLFontElementImpl *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
Local change to font.
See the FONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 293 of file html_inline.h.
Constructor & Destructor Documentation
HTMLFontElement::HTMLFontElement | ( | ) |
Definition at line 251 of file html_inline.cpp.
HTMLFontElement::HTMLFontElement | ( | const HTMLFontElement & | other | ) |
Definition at line 255 of file html_inline.cpp.
|
inline |
Definition at line 298 of file html_inline.h.
|
protected |
Definition at line 259 of file html_inline.cpp.
HTMLFontElement::~HTMLFontElement | ( | ) |
Definition at line 275 of file html_inline.cpp.
Member Function Documentation
DOMString HTMLFontElement::color | ( | ) | const |
Font color.
See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 279 of file html_inline.cpp.
DOMString HTMLFontElement::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 290 of file html_inline.cpp.
HTMLFontElement & HTMLFontElement::operator= | ( | const HTMLFontElement & | other | ) |
Definition at line 269 of file html_inline.cpp.
HTMLFontElement & HTMLFontElement::operator= | ( | const Node & | other | ) |
Definition at line 263 of file html_inline.cpp.
void HTMLFontElement::setColor | ( | const DOMString & | value | ) |
see color
Definition at line 285 of file html_inline.cpp.
void HTMLFontElement::setFace | ( | const DOMString & | value | ) |
see face
Definition at line 296 of file html_inline.cpp.
void HTMLFontElement::setSize | ( | const DOMString & | value | ) |
see size
Definition at line 307 of file html_inline.cpp.
DOMString HTMLFontElement::size | ( | ) | const |
Font size.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 301 of file html_inline.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.