Class HTMLEmbedElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLEmbedElement
    extends HTMLElement
    The JavaScript object HTMLEmbedElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLEmbedElement

        public HTMLEmbedElement()
        Creates an instance.
    • Method Detail

      • getAlign

        public java.lang.String getAlign()
        Returns the value of the align property.
        Returns:
        the value of the align property
      • setAlign

        public void setAlign​(java.lang.String align)
        Sets the value of the align property.
        Parameters:
        align - the value of the align property
      • getHeight_js

        public java.lang.String getHeight_js()
        Returns the value of the height property.
        Returns:
        the value of the height property
      • setHeight_js

        public void setHeight_js​(java.lang.String height)
        Sets the value of the height property.
        Parameters:
        height - the value of the height property
      • getWidth_js

        public java.lang.String getWidth_js()
        Returns the value of the width property.
        Returns:
        the value of the width property
      • setWidth_js

        public void setWidth_js​(java.lang.String width)
        Sets the value of the width property.
        Parameters:
        width - the value of the width property
      • isEndTagForbidden

        protected boolean isEndTagForbidden()
        Returns whether the end tag is forbidden or not.
        Overrides:
        isEndTagForbidden in class HTMLElement
        Returns:
        whether the end tag is forbidden or not
        See Also:
        HTML 4 specs
      • getName

        public java.lang.String getName()
        Returns the name attribute.
        Overrides:
        getName in class HTMLElement
        Returns:
        the name attribute
      • setName

        public void setName​(java.lang.String name)
        Sets the name attribute.
        Overrides:
        setName in class HTMLElement
        Parameters:
        name - the name attribute