khtml Library API Documentation

DOM::HTMLBaseFontElement Class Reference

Base font. More...

#include <html_misc.h>

Inheritance diagram for DOM::HTMLBaseFontElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLBaseFontElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLBaseFontElement ()
 HTMLBaseFontElement (const HTMLBaseFontElement &other)
 HTMLBaseFontElement (const Node &other)
HTMLBaseFontElementoperator= (const HTMLBaseFontElement &other)
HTMLBaseFontElementoperator= (const Node &other)
 ~HTMLBaseFontElement ()
DOMString color () const
void setColor (const DOMString &)
DOMString face () const
void setFace (const DOMString &)
long getSize () const
void setSize (long)
DOMString size () const KDE_DEPRECATED
void setSize (const DOMString &) KDE_DEPRECATED

Protected Member Functions

 HTMLBaseFontElement (HTMLBaseFontElementImpl *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.


Member Function Documentation

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 58 of file html_misc.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLBaseFontElement::setColor const DOMString  ) 
 

see color

Definition at line 64 of file html_misc.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().

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 69 of file html_misc.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLBaseFontElement::setFace const DOMString  ) 
 

see face

Definition at line 75 of file html_misc.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().

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 91 of file html_misc.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLBaseFontElement::setSize long   ) 
 

see size

Definition at line 97 of file html_misc.cpp.

References DOM::Node::impl, and QString::number().

Referenced by KJS::HTMLElement::putValueProperty().

DOMString HTMLBaseFontElement::size  )  const
 

Deprecated:

Definition at line 80 of file html_misc.cpp.

References DOM::Node::impl.

void HTMLBaseFontElement::setSize const DOMString  ) 
 

Deprecated:

Definition at line 86 of file html_misc.cpp.

References DOM::Node::impl.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 12:54:33 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003