Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLAppletElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

An embedded Java applet. See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLAppletElement Summary:
getAlign,   getAlt,   getArchive,   getCode,   getCodeBase,   getHeight,   getHspace,   getName,   getObject,   getVspace,   getWidth,   setAlign,   setAlt,   setArchive,   setCode,   setCodeBase,   setHeight,   setHspace,   setName,   setObject,   setVspace,   setWidth
Method from org.w3c.dom.html.HTMLAppletElement Detail:
 public String getAlign()
    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.
 public String getAlt()
    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.
 public String getArchive()
    Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getCode()
    Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getCodeBase()
    Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getHeight()
    Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getHspace()
    Horizontal space 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.
 public String getName()
    The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getObject()
    Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public String getVspace()
    Vertical space 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.
 public String getWidth()
    Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public  void setAlign(String align)
 public  void setAlt(String alt)
 public  void setArchive(String archive)
 public  void setCode(String code)
 public  void setCodeBase(String codeBase)
 public  void setHeight(String height)
 public  void setHspace(String hspace)
 public  void setName(String name)
 public  void setObject(String object)
 public  void setVspace(String vspace)
 public  void setWidth(String width)