class HTMLHeadingElement
|
For the <code> H1 </code> to <code> H6 </code> elements. More... |
|
|
Public Methods
- HTMLHeadingElement ()
- HTMLHeadingElement (const HTMLHeadingElement &other)
- HTMLHeadingElement (const Node &other) : HTMLElement()
- HTMLHeadingElement & operator = (const HTMLHeadingElement &other)
- HTMLHeadingElement & operator = (const Node &other)
- ~ HTMLHeadingElement ()
- DOMString align () const
- void setAlign ( const DOMString & )
Protected Methods
- HTMLHeadingElement (HTMLHeadingElementImpl *impl)
Detailed Description
For the <code> H1 </code> to <code> H6 </code> elements. See the <a
href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1">
H1 element definition </a> in HTML 4.0.
[const]
Horizontal text alignment. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-align">
align attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
| void setAlign ( const DOMString & )
|
see align
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |