KHTML
DOM::HTMLFontElement Class Reference
Local change to font. More...
#include <html_inline.h>
Public Member Functions | |
DOMString | color () const |
DOMString | face () const |
HTMLFontElement (const Node &other) | |
HTMLFontElement (const HTMLFontElement &other) | |
HTMLFontElement () | |
HTMLFontElement & | operator= (const Node &other) |
HTMLFontElement & | operator= (const HTMLFontElement &other) |
void | setColor (const DOMString &) |
void | setFace (const DOMString &) |
void | setSize (const DOMString &) |
DOMString | size () const |
~HTMLFontElement () | |
Protected Member Functions | |
HTMLFontElement (HTMLFontElementImpl *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 302 of file html_inline.h.
Constructor & Destructor Documentation
HTMLFontElement::HTMLFontElement | ( | ) |
Definition at line 259 of file html_inline.cpp.
HTMLFontElement::HTMLFontElement | ( | const HTMLFontElement & | other | ) |
Definition at line 263 of file html_inline.cpp.
DOM::HTMLFontElement::HTMLFontElement | ( | const Node & | other | ) | [inline] |
Definition at line 307 of file html_inline.h.
HTMLFontElement::HTMLFontElement | ( | HTMLFontElementImpl * | impl | ) | [protected] |
Definition at line 267 of file html_inline.cpp.
HTMLFontElement::~HTMLFontElement | ( | ) |
Definition at line 283 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 287 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 298 of file html_inline.cpp.
HTMLFontElement & HTMLFontElement::operator= | ( | const Node & | other | ) |
HTMLFontElement & HTMLFontElement::operator= | ( | const HTMLFontElement & | other | ) |
Definition at line 277 of file html_inline.cpp.
void HTMLFontElement::setColor | ( | const DOMString & | value | ) |
void HTMLFontElement::setFace | ( | const DOMString & | value | ) |
void HTMLFontElement::setSize | ( | const DOMString & | value | ) |
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 309 of file html_inline.cpp.
The documentation for this class was generated from the following files: