Class HTMLHeadingElement

  • 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 HTMLHeadingElement
    extends HTMLElement
    The JavaScript object HTMLHeadingElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLHeadingElement

        public HTMLHeadingElement()
        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