public interface

HTMLHeadingElement

implements HTMLElement
org.w3c.dom.html.HTMLHeadingElement

Class Overview

For the H1 to H6 elements. See the H1 element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getAlign()
Horizontal text alignment.
abstract void setAlign(String align)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getAlign ()

Horizontal text alignment. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract void setAlign (String align)