com.aspose.html

Class HTMLAppletElement

    • Constructor Detail

      • HTMLAppletElement

        public HTMLAppletElement(com.aspose.html.dom.DOMName name,
                                 Document doc)

        Initializes a new instance of the HTMLAppletElement class.

        Parameters:
        name - The DOM name.
        doc - The document.
    • Method Detail

      • getAlign

        @DOMNameAttribute(name="align")
        public String getAlign()

        Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setAlign

        @DOMNameAttribute(name="align")
        public void setAlign(String value)

        Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getAlt

        @DOMNameAttribute(name="alt")
        public String getAlt()

        Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setAlt

        @DOMNameAttribute(name="alt")
        public void setAlt(String value)

        Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getArchive

        @DOMNameAttribute(name="archive")
        public String getArchive()

        Comma-separated archive list. See the archive attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setArchive

        @DOMNameAttribute(name="archive")
        public void setArchive(String value)

        Comma-separated archive list. See the archive attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getCode

        @DOMNameAttribute(name="code")
        public String getCode()

        Applet class file. See the code attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setCode

        @DOMNameAttribute(name="code")
        public void setCode(String value)

        Applet class file. See the code attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getHeight

        @DOMNameAttribute(name="height")
        public String getHeight()

        Override height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setHeight

        @DOMNameAttribute(name="height")
        public void setHeight(String value)

        Override height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getHspace

        @DOMNameAttribute(name="hspace")
        public int getHspace()

        Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setHspace

        @DOMNameAttribute(name="hspace")
        public void setHspace(int value)

        Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getName

        @DOMNameAttribute(name="name")
        public String getName()

        The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setName

        @DOMNameAttribute(name="name")
        public void setName(String value)

        The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getObject

        @DOMNameAttribute(name="object")
        public String getObject()

        The value of the "object" attribute. See the object attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setObject

        @DOMNameAttribute(name="object")
        public void setObject(String value)

        The value of the "object" attribute. See the object attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getVspace

        @DOMNameAttribute(name="vspace")
        public int getVspace()

        Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setVspace

        @DOMNameAttribute(name="vspace")
        public void setVspace(int value)

        Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getWidth

        @DOMNameAttribute(name="width")
        public String getWidth()

        Override width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setWidth

        @DOMNameAttribute(name="width")
        public void setWidth(String value)

        Override width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.