//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Generic block container. See the DIV element definition in HTML 4.0. @short Generic block container. */ public class HTMLDivElement extends HTMLElement { protected HTMLDivElement(Class dummy){super((Class) null);} public HTMLDivElement() { super((Class) null); newHTMLDivElement(); } private native void newHTMLDivElement(); public HTMLDivElement(HTMLDivElement other) { super((Class) null); newHTMLDivElement(other); } private native void newHTMLDivElement(HTMLDivElement other); public HTMLDivElement(Node other) { super((Class) null); newHTMLDivElement(other); } private native void newHTMLDivElement(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::HTMLDivElement* HTMLDivElement(DOM::HTMLDivElementImpl* arg1); >>>> NOT CONVERTED }