DOM::HTMLAppletElement Class Reference
An embedded Java applet. More...
#include <html_object.h>
Inheritance diagram for DOM::HTMLAppletElement:


Public Member Functions | |
HTMLAppletElement (const HTMLAppletElement &other) | |
HTMLAppletElement (const Node &other) | |
HTMLAppletElement & | operator= (const HTMLAppletElement &other) |
HTMLAppletElement & | operator= (const Node &other) |
DOMString | align () const |
void | setAlign (const DOMString &) |
DOMString | alt () const |
void | setAlt (const DOMString &) |
DOMString | archive () const |
void | setArchive (const DOMString &) |
DOMString | code () const |
void | setCode (const DOMString &) |
DOMString | codeBase () const |
void | setCodeBase (const DOMString &value) |
DOMString | height () const |
void | setHeight (const DOMString &) |
long | getHspace () const |
void | setHspace (long) |
DOMString | hspace () const KDE_DEPRECATED |
void | setHspace (const DOMString &value) KDE_DEPRECATED |
DOMString | name () const |
void | setName (const DOMString &) |
DOMString | object () const |
void | setObject (const DOMString &) |
long | getVspace () const |
void | setVspace (long) |
DOMString | vspace () const KDE_DEPRECATED |
void | setVspace (const DOMString &) KDE_DEPRECATED |
DOMString | width () const |
void | setWidth (const DOMString &) |
Protected Member Functions | |
HTMLAppletElement (HTMLAppletElementImpl *impl) |
Detailed Description
An embedded Java applet.See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 50 of file html_object.h.
Member Function Documentation
|
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. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see align
Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see alt
Referenced by KJS::HTMLElement::putValueProperty(). |
|
Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see archive
Referenced by KJS::HTMLElement::putValueProperty(). |
|
Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see code
Referenced by KJS::HTMLElement::putValueProperty(). |
|
Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see codeBase
Referenced by KJS::HTMLElement::putValueProperty(). |
|
Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see height
Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see hspace
Referenced by KJS::HTMLElement::putValueProperty(). |
|
|
|
|
|
The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see name
Referenced by KJS::HTMLElement::putValueProperty(). |
|
Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see object
Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see vspace
Referenced by KJS::HTMLElement::putValueProperty(). |
|
|
|
|
|
Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see width
Referenced by KJS::HTMLElement::putValueProperty(). |
The documentation for this class was generated from the following file: