khtml Library API Documentation

DOM::HTMLAppletElement Class Reference

An embedded Java applet. More...

#include <html_object.h>

Inheritance diagram for DOM::HTMLAppletElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

HTMLAppletElement & operator= (const Node &other)
DOMString align () const
 Aligns this object (vertically or horizontally) with respect to its surrounding text.

void setAlign (const DOMString &)
 see align

DOMString alt () const
 Alternate text for user agents not rendering the normal content of this element.

void setAlt (const DOMString &)
 see alt

DOMString archive () const
 Comma-separated archive list.

void setArchive (const DOMString &)
 see archive

DOMString code () const
 Applet class file.

void setCode (const DOMString &)
 see code

DOMString codeBase () const
 Optional base URI for applet.

void setCodeBase (const DOMString &)
 see codeBase

DOMString height () const
 Override height.

void setHeight (const DOMString &)
 see height

long getHspace () const
 Horizontal space, in pixels, to the left and right of this image, applet, or object.

void setHspace (long)
 see hspace

DOMString hspace () const
void setHspace (const DOMString &)
DOMString name () const
 The name of the applet.

void setName (const DOMString &)
 see name

DOMString object () const
 Serialized applet file.

void setObject (const DOMString &)
 see object

long getVspace () const
 Vertical space, in pixels, above and below this image, applet, or object.

void setVspace (long)
 see vspace

DOMString vspace () const
void setVspace (const DOMString &)
DOMString width () const
 Override width.

void setWidth (const DOMString &)
 see width


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

DOMString DOM::HTMLAppletElement::align  
 

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.

void DOM::HTMLAppletElement::setAlign const DOMString  
 

see align

DOMString DOM::HTMLAppletElement::alt  
 

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.

void DOM::HTMLAppletElement::setAlt const DOMString  
 

see alt

DOMString DOM::HTMLAppletElement::archive  
 

Comma-separated archive list.

See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setArchive const DOMString  
 

see archive

DOMString DOM::HTMLAppletElement::code  
 

Applet class file.

See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setCode const DOMString  
 

see code

DOMString DOM::HTMLAppletElement::codeBase  
 

Optional base URI for applet.

See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setCodeBase const DOMString  
 

see codeBase

DOMString DOM::HTMLAppletElement::height  
 

Override height.

See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setHeight const DOMString  
 

see height

long DOM::HTMLAppletElement::getHspace  
 

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.

void DOM::HTMLAppletElement::setHspace long   
 

see hspace

DOMString DOM::HTMLAppletElement::hspace  
 

Deprecated:

void DOM::HTMLAppletElement::setHspace const DOMString  
 

Deprecated:

DOMString DOM::HTMLAppletElement::name  
 

The name of the applet.

See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setName const DOMString  
 

see name

DOMString DOM::HTMLAppletElement::object  
 

Serialized applet file.

See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setObject const DOMString  
 

see object

long DOM::HTMLAppletElement::getVspace  
 

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.

void DOM::HTMLAppletElement::setVspace long   
 

see vspace

DOMString DOM::HTMLAppletElement::vspace  
 

Deprecated:

void DOM::HTMLAppletElement::setVspace const DOMString  
 

Deprecated:

DOMString DOM::HTMLAppletElement::width  
 

Override width.

See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void DOM::HTMLAppletElement::setWidth const DOMString  
 

see width


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001