class HTMLParagraphElement
|
Paragraphs. More... |
|
|
Public Methods
- HTMLParagraphElement ()
- HTMLParagraphElement (const HTMLParagraphElement &other)
- HTMLParagraphElement (const Node &other) : HTMLElement()
- HTMLParagraphElement & operator = (const HTMLParagraphElement &other)
- HTMLParagraphElement & operator = (const Node &other)
- ~ HTMLParagraphElement ()
- DOMString align () const
- void setAlign ( const DOMString & )
Protected Methods
- HTMLParagraphElement (HTMLParagraphElementImpl *impl)
Detailed Description
Paragraphs. See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-P"> P
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. |