Interface HTMLAppletElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLAppletElement extends 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.

Since:
1.4, DOM Level 2
  • Method Details Link icon

    • getAlign Link icon

      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.
    • setAlign Link icon

      void setAlign(String align)
    • getAlt Link icon

      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.
    • setAlt Link icon

      void setAlt(String alt)
    • getArchive Link icon

      String getArchive()
      Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setArchive Link icon

      void setArchive(String archive)
    • getCode Link icon

      String getCode()
      Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setCode Link icon

      void setCode(String code)
    • getCodeBase Link icon

      String getCodeBase()
      Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setCodeBase Link icon

      void setCodeBase(String codeBase)
    • getHeight Link icon

      String getHeight()
      Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setHeight Link icon

      void setHeight(String height)
    • getHspace Link icon

      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.
    • setHspace Link icon

      void setHspace(String hspace)
    • getName Link icon

      String getName()
      The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setName Link icon

      void setName(String name)
    • getObject Link icon

      String getObject()
      Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setObject Link icon

      void setObject(String object)
    • getVspace Link icon

      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.
    • setVspace Link icon

      void setVspace(String vspace)
    • getWidth Link icon

      String getWidth()
      Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setWidth Link icon

      void setWidth(String width)