class HTMLHRElement

Create a horizontal rule. More...

Full nameDOM::HTMLHRElement
Definition#include <html_block.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Create a horizontal rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-HR"> HR element definition </a> in HTML 4.0.

DOMString  align ()

[const]

Align the rule on the page. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-align-HR"> align attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setAlign ( const DOMString & )

see align

bool  noShade ()

[const]

Indicates to the user agent that there should be no shading in the rendering of this element. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-noshade"> noshade attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setNoShade ( bool )

see noShade

DOMString  size ()

[const]

The height of the rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-HR"> size attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setSize ( const DOMString & )

see size

DOMString  width ()

[const]

The width of the rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-width-HR"> width attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setWidth ( const DOMString & )

see width


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.