KHTML
#include <html_object.h>
Protected Member Functions | |
HTMLAppletElement (HTMLAppletElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_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 30 of file html_object.cpp.
HTMLAppletElement::HTMLAppletElement | ( | const HTMLAppletElement & | other | ) |
Definition at line 34 of file html_object.cpp.
|
inline |
Definition at line 55 of file html_object.h.
|
protected |
Definition at line 39 of file html_object.cpp.
HTMLAppletElement::~HTMLAppletElement | ( | ) |
Definition at line 56 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 60 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 71 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 82 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 93 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 104 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 141 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 189 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 115 of file html_object.cpp.
DOMString HTMLAppletElement::hspace | ( | ) | const |
Definition at line 127 of file html_object.cpp.
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 152 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 163 of file html_object.cpp.
HTMLAppletElement & HTMLAppletElement::operator= | ( | const HTMLAppletElement & | other | ) |
Definition at line 50 of file html_object.cpp.
HTMLAppletElement & HTMLAppletElement::operator= | ( | const Node & | other | ) |
Definition at line 44 of file html_object.cpp.
void HTMLAppletElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 66 of file html_object.cpp.
void HTMLAppletElement::setAlt | ( | const DOMString & | value | ) |
see alt
Definition at line 77 of file html_object.cpp.
void HTMLAppletElement::setArchive | ( | const DOMString & | value | ) |
see archive
Definition at line 88 of file html_object.cpp.
void HTMLAppletElement::setCode | ( | const DOMString & | value | ) |
see code
Definition at line 99 of file html_object.cpp.
void HTMLAppletElement::setCodeBase | ( | const DOMString & | value | ) |
see codeBase
Definition at line 110 of file html_object.cpp.
void HTMLAppletElement::setHeight | ( | const DOMString & | value | ) |
see height
Definition at line 121 of file html_object.cpp.
void HTMLAppletElement::setHspace | ( | long | value | ) |
see hspace
Definition at line 147 of file html_object.cpp.
void HTMLAppletElement::setHspace | ( | const DOMString & | value | ) |
Definition at line 135 of file html_object.cpp.
void HTMLAppletElement::setName | ( | const DOMString & | value | ) |
see name
Definition at line 158 of file html_object.cpp.
void HTMLAppletElement::setObject | ( | const DOMString & | value | ) |
see object
Definition at line 169 of file html_object.cpp.
void HTMLAppletElement::setVspace | ( | long | value | ) |
see vspace
Definition at line 195 of file html_object.cpp.
void HTMLAppletElement::setVspace | ( | const DOMString & | value | ) |
Definition at line 183 of file html_object.cpp.
void HTMLAppletElement::setWidth | ( | const DOMString & | value | ) |
see width
Definition at line 207 of file html_object.cpp.
DOMString HTMLAppletElement::vspace | ( | ) | const |
Definition at line 175 of file html_object.cpp.
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 201 of file html_object.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.