DOM::HTMLFontElement Class Reference
#include <html_inline.h>
Inheritance diagram for DOM::HTMLFontElement:

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 294 of file html_inline.h.
Public Member Functions | |
| HTMLFontElement () | |
| HTMLFontElement (const HTMLFontElement &other) | |
| HTMLFontElement (const Node &other) | |
| HTMLFontElement & | operator= (const HTMLFontElement &other) |
| HTMLFontElement & | operator= (const Node &other) |
| ~HTMLFontElement () | |
| DOMString | color () const |
| void | setColor (const DOMString &) |
| DOMString | face () const |
| void | setFace (const DOMString &) |
| DOMString | size () const |
| void | setSize (const DOMString &) |
Protected Member Functions | |
| HTMLFontElement (HTMLFontElementImpl *impl) | |
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 281 of file html_inline.cpp.
| void HTMLFontElement::setColor | ( | const DOMString & | ) |
| 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 292 of file html_inline.cpp.
| void HTMLFontElement::setFace | ( | const DOMString & | ) |
| 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 303 of file html_inline.cpp.
| void HTMLFontElement::setSize | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

