//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** An embedded Java applet. See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0. @short An embedded Java applet. */ public class HTMLAppletElement extends HTMLElement { protected HTMLAppletElement(Class dummy){super((Class) null);} public HTMLAppletElement() { super((Class) null); newHTMLAppletElement(); } private native void newHTMLAppletElement(); public HTMLAppletElement(HTMLAppletElement other) { super((Class) null); newHTMLAppletElement(other); } private native void newHTMLAppletElement(HTMLAppletElement other); public HTMLAppletElement(Node other) { super((Class) null); newHTMLAppletElement(other); } private native void newHTMLAppletElement(Node other); /** Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Aligns this object (vertically or horizontally) with respect to its surrounding text. */ public native String align(); /** see align @short see align */ public native void setAlign(String arg1); /** Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Alternate text for user agents not rendering the normal content of this element. */ public native String alt(); /** see alt @short see alt */ public native void setAlt(String arg1); /** Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Comma-separated archive list. */ public native String archive(); /** see archive @short see archive */ public native void setArchive(String arg1); /** Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Applet class file. */ public native String code(); /** see code @short see code */ public native void setCode(String arg1); /** Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Optional base URI for applet. */ public native String codeBase(); /** see codeBase @short see codeBase */ public native void setCodeBase(String value); /** Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Override height. */ public native String height(); /** see height @short see height */ public native void setHeight(String arg1); /** Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Horizontal space, in pixels, to the left and right of this image, applet, or object. */ public native long getHspace(); /** see hspace @short see hspace */ public native void setHspace(long arg1); /** The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short The name of the applet. */ public native String name(); /** see name @short see name */ public native void setName(String arg1); /** Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Serialized applet file. */ public native String object(); /** see object @short see object */ public native void setObject(String arg1); /** Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Vertical space, in pixels, above and below this image, applet, or object. */ public native long getVspace(); /** see vspace @short see vspace */ public native void setVspace(long arg1); /** Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Override width. */ public native String width(); /** see width @short see width */ public native void setWidth(String arg1); // DOM::HTMLAppletElement* HTMLAppletElement(DOM::HTMLAppletElementImpl* arg1); >>>> NOT CONVERTED }