class HTMLHeadingElement
|
For the <code> H1 </code> to <code> H6 </code> elements. More... |
|
|
Public Methods
Protected Methods
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.
HTMLHeadingElement ()
| HTMLHeadingElement |
HTMLHeadingElement (const HTMLHeadingElement &other)
| HTMLHeadingElement |
HTMLHeadingElement (const Node &other)
| HTMLHeadingElement |
HTMLHeadingElement (HTMLHeadingElementImpl *impl)
| HTMLHeadingElement |
[protected]
HTMLHeadingElement & operator = (const HTMLHeadingElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLHeadingElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLHeadingElement ()
| ~HTMLHeadingElement |
[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 & )
| setAlign |
see align
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |