//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** For the H1 to H6 elements. See the H1 element definition in HTML 4.0. @short For the H1 to H6 elements. */ public class HTMLHeadingElement extends HTMLElement { protected HTMLHeadingElement(Class dummy){super((Class) null);} public HTMLHeadingElement() { super((Class) null); newHTMLHeadingElement(); } private native void newHTMLHeadingElement(); public HTMLHeadingElement(HTMLHeadingElement other) { super((Class) null); newHTMLHeadingElement(other); } private native void newHTMLHeadingElement(HTMLHeadingElement other); public HTMLHeadingElement(Node other) { super((Class) null); newHTMLHeadingElement(other); } private native void newHTMLHeadingElement(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::HTMLHeadingElement* HTMLHeadingElement(DOM::HTMLElementImpl* arg1); >>>> NOT CONVERTED }