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

Public Member Functions | |
DOMString | align () const |
DOMString | alt () const |
DOMString | archive () const |
DOMString | code () const |
DOMString | codeBase () const |
long | getHspace () const |
long | getVspace () const |
DOMString | height () const |
KDE_DEPRECATED DOMString | hspace () const |
HTMLAppletElement (const Node &other) | |
HTMLAppletElement (const HTMLAppletElement &other) | |
HTMLAppletElement () | |
DOMString | name () const |
DOMString | object () const |
HTMLAppletElement & | operator= (const Node &other) |
HTMLAppletElement & | operator= (const HTMLAppletElement &other) |
void | setAlign (const DOMString &) |
void | setAlt (const DOMString &) |
void | setArchive (const DOMString &) |
void | setCode (const DOMString &) |
void | setCodeBase (const DOMString &value) |
void | setHeight (const DOMString &) |
KDE_DEPRECATED void | setHspace (const DOMString &value) |
void | setHspace (long) |
void | setName (const DOMString &) |
void | setObject (const DOMString &) |
KDE_DEPRECATED void | setVspace (const DOMString &) |
void | setVspace (long) |
void | setWidth (const DOMString &) |
KDE_DEPRECATED DOMString | vspace () const |
DOMString | width () const |
~HTMLAppletElement () | |
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.
Constructor & Destructor Documentation
HTMLAppletElement::HTMLAppletElement | ( | ) |
Definition at line 31 of file html_object.cpp.
HTMLAppletElement::HTMLAppletElement | ( | const HTMLAppletElement & | other | ) |
Definition at line 35 of file html_object.cpp.
DOM::HTMLAppletElement::HTMLAppletElement | ( | const Node & | other | ) | [inline] |
Definition at line 55 of file html_object.h.
HTMLAppletElement::HTMLAppletElement | ( | HTMLAppletElementImpl * | impl | ) | [protected] |
Definition at line 40 of file html_object.cpp.
HTMLAppletElement::~HTMLAppletElement | ( | ) |
Definition at line 57 of file html_object.cpp.
Member Function Documentation
DOMString HTMLAppletElement::align | ( | ) | const |
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.
Definition at line 61 of file html_object.cpp.
DOMString HTMLAppletElement::alt | ( | ) | const |
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.
Definition at line 72 of file html_object.cpp.
DOMString HTMLAppletElement::archive | ( | ) | const |
Comma-separated archive list.
See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 83 of file html_object.cpp.
DOMString HTMLAppletElement::code | ( | ) | const |
Applet class file.
See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 94 of file html_object.cpp.
DOMString HTMLAppletElement::codeBase | ( | ) | const |
Optional base URI for applet.
See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 105 of file html_object.cpp.
long HTMLAppletElement::getHspace | ( | ) | const |
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.
Definition at line 138 of file html_object.cpp.
long HTMLAppletElement::getVspace | ( | ) | const |
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.
Definition at line 182 of file html_object.cpp.
DOMString HTMLAppletElement::height | ( | ) | const |
Override height.
See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 116 of file html_object.cpp.
DOMString HTMLAppletElement::hspace | ( | ) | const |
DOMString HTMLAppletElement::name | ( | ) | const |
The name of the applet.
See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 149 of file html_object.cpp.
DOMString HTMLAppletElement::object | ( | ) | const |
Serialized applet file.
See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 160 of file html_object.cpp.
HTMLAppletElement & HTMLAppletElement::operator= | ( | const Node & | other | ) |
HTMLAppletElement & HTMLAppletElement::operator= | ( | const HTMLAppletElement & | other | ) |
Definition at line 51 of file html_object.cpp.
void HTMLAppletElement::setAlign | ( | const DOMString & | value | ) |
void HTMLAppletElement::setAlt | ( | const DOMString & | value | ) |
void HTMLAppletElement::setArchive | ( | const DOMString & | value | ) |
void HTMLAppletElement::setCode | ( | const DOMString & | value | ) |
void HTMLAppletElement::setCodeBase | ( | const DOMString & | value | ) |
void HTMLAppletElement::setHeight | ( | const DOMString & | value | ) |
void HTMLAppletElement::setHspace | ( | const DOMString & | value | ) |
void HTMLAppletElement::setHspace | ( | long | value | ) |
void HTMLAppletElement::setName | ( | const DOMString & | value | ) |
void HTMLAppletElement::setObject | ( | const DOMString & | value | ) |
void HTMLAppletElement::setVspace | ( | const DOMString & | value | ) |
void HTMLAppletElement::setVspace | ( | long | value | ) |
void HTMLAppletElement::setWidth | ( | const DOMString & | value | ) |
DOMString HTMLAppletElement::vspace | ( | ) | const |
DOMString HTMLAppletElement::width | ( | ) | const |
Override width.
See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 194 of file html_object.cpp.
The documentation for this class was generated from the following files: