//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Paragraphs. See the P element definition in HTML 4.0. @short Paragraphs. */ public class HTMLParagraphElement extends HTMLElement { protected HTMLParagraphElement(Class dummy){super((Class) null);} public HTMLParagraphElement() { super((Class) null); newHTMLParagraphElement(); } private native void newHTMLParagraphElement(); public HTMLParagraphElement(HTMLParagraphElement other) { super((Class) null); newHTMLParagraphElement(other); } private native void newHTMLParagraphElement(HTMLParagraphElement other); public HTMLParagraphElement(Node other) { super((Class) null); newHTMLParagraphElement(other); } private native void newHTMLParagraphElement(Node other); /** Horizontal text alignment. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Horizontal text alignment. */ public native String align(); /** see align @short see align */ public native void setAlign(String arg1); // DOM::HTMLParagraphElement* HTMLParagraphElement(DOM::HTMLElementImpl* arg1); >>>> NOT CONVERTED }