//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Provides a caption for a FIELDSET grouping. See the LEGEND element definition in HTML 4.0. @short Provides a caption for a FIELDSET grouping. */ public class HTMLLegendElement extends HTMLElement { protected HTMLLegendElement(Class dummy){super((Class) null);} public HTMLLegendElement() { super((Class) null); newHTMLLegendElement(); } private native void newHTMLLegendElement(); public HTMLLegendElement(HTMLLegendElement other) { super((Class) null); newHTMLLegendElement(other); } private native void newHTMLLegendElement(HTMLLegendElement other); public HTMLLegendElement(Node other) { super((Class) null); newHTMLLegendElement(other); } private native void newHTMLLegendElement(Node other); /** ### KDE 4.0: remove @short ### KDE 4. */ public native HTMLFormElement formElement(); /** A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. @short A single character access key to give access to the form control. */ public native String accessKey(); /** see accessKey @short see accessKey */ public native void setAccessKey(String arg1); /** Text alignment relative to FIELDSET . See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Text alignment relative to FIELDSET . */ public native String align(); /** see align @short see align */ public native void setAlign(String arg1); // DOM::HTMLLegendElement* HTMLLegendElement(DOM::HTMLLegendElementImpl* arg1); >>>> NOT CONVERTED }