Class HtmlHeading1

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlHeading1 extends HtmlElement
Wrapper for the HTML element "h1".
See Also:
  • Field Details

  • Method Details

    • getAlignAttribute

      public final String getAlignAttribute()
      Returns the value of the attribute align. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute align or an empty string if that attribute isn't defined