//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Definition list. See the DL element definition in HTML 4.0. @short Definition list. */ public class HTMLDListElement extends HTMLElement { protected HTMLDListElement(Class dummy){super((Class) null);} public HTMLDListElement() { super((Class) null); newHTMLDListElement(); } private native void newHTMLDListElement(); public HTMLDListElement(HTMLDListElement other) { super((Class) null); newHTMLDListElement(other); } private native void newHTMLDListElement(HTMLDListElement other); public HTMLDListElement(Node other) { super((Class) null); newHTMLDListElement(other); } private native void newHTMLDListElement(Node other); /** Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Reduce spacing between list items. */ public native boolean compact(); /** see compact @short see compact */ public native void setCompact(boolean arg1); // DOM::HTMLDListElement* HTMLDListElement(DOM::HTMLDListElementImpl* arg1); >>>> NOT CONVERTED }