khtml Library API Documentation

DOM::HTMLFontElement Class Reference

Local change to font. More...

#include <html_inline.h>

Inheritance diagram for DOM::HTMLFontElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

HTMLFontElement & operator= (const Node &other)
DOMString color () const
 Font color.

void setColor (const DOMString &)
 see color

DOMString face () const
 Font face identifier.

void setFace (const DOMString &)
 see face

DOMString size () const
 Font size.

void setSize (const DOMString &)
 see size


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.


Member Function Documentation

DOMString HTMLFontElement::color  
 

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  
 

see color

Definition at line 287 of file html_inline.cpp.

DOMString HTMLFontElement::face  
 

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  
 

see face

Definition at line 298 of file html_inline.cpp.

DOMString HTMLFontElement::size  
 

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  
 

see size

Definition at line 309 of file html_inline.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001