Module jdk.xml.dom

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

    • getAlign

      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

      void setAlign(String align)
    • getAlt

      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

      void setAlt(String alt)
    • getArchive

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

      void setArchive(String archive)
    • getCode

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

      void setCode(String code)
    • getCodeBase

      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

      void setCodeBase(String codeBase)
    • getHeight

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

      void setHeight(String height)
    • getHspace

      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

      void setHspace(String hspace)
    • getName

      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

      void setName(String name)
    • getObject

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

      void setObject(String object)
    • getVspace

      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

      void setVspace(String vspace)
    • getWidth

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

      void setWidth(String width)