khtml Library API Documentation

DOM::HTMLHeadingElement Class Reference

For the H1 to H6 elements. More...

#include <html_block.h>

Inheritance diagram for DOM::HTMLHeadingElement:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLHeadingElement ()
 HTMLHeadingElement (const HTMLHeadingElement &other)
 HTMLHeadingElement (const Node &other)
HTMLHeadingElementoperator= (const HTMLHeadingElement &other)
HTMLHeadingElementoperator= (const Node &other)
 ~HTMLHeadingElement ()
DOMString align () const
void setAlign (const DOMString &)

Protected Member Functions

 HTMLHeadingElement (HTMLElementImpl *impl)

Detailed Description

For the H1 to H6 elements.

See the H1 element definition in HTML 4.0.

Definition at line 217 of file html_block.h.


Member Function Documentation

DOMString HTMLHeadingElement::align  )  const
 

Horizontal text alignment.

See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 248 of file html_block.cpp.

References DOM::Node::impl.

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

void HTMLHeadingElement::setAlign const DOMString  ) 
 

see align

Definition at line 254 of file html_block.cpp.

References DOM::Node::impl.

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


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 14:11:55 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003