khtml Library API Documentation

DOM::HTMLHRElement Class Reference

Create a horizontal rule. More...

#include <html_block.h>

Inheritance diagram for DOM::HTMLHRElement:

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

Public Methods

HTMLHRElement & operator= (const Node &other)
DOMString align () const
void setAlign (const DOMString &)
bool noShade () const
void setNoShade (bool)
DOMString size () const
void setSize (const DOMString &)
DOMString width () const
void setWidth (const DOMString &)

Detailed Description

Create a horizontal rule.

See the HR element definition in HTML 4.0.

Definition at line 130 of file html_block.h.


Member Function Documentation

DOMString HTMLHRElement::align  
 

Align the rule on the page.

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

Definition at line 151 of file html_block.cpp.

void HTMLHRElement::setAlign const DOMString  
 

see align

Definition at line 157 of file html_block.cpp.

bool HTMLHRElement::noShade  
 

Indicates to the user agent that there should be no shading in the rendering of this element.

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

Definition at line 162 of file html_block.cpp.

void HTMLHRElement::setNoShade bool   
 

see noShade

Definition at line 168 of file html_block.cpp.

DOMString HTMLHRElement::size  
 

The height of the rule.

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

Definition at line 179 of file html_block.cpp.

void HTMLHRElement::setSize const DOMString  
 

see size

Definition at line 185 of file html_block.cpp.

DOMString HTMLHRElement::width  
 

The width of the rule.

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

Definition at line 190 of file html_block.cpp.

void HTMLHRElement::setWidth const DOMString  
 

see width

Definition at line 196 of file html_block.cpp.


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.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 22 14:26:12 2004 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2003