public interface HtmlHeadingElement extends HtmlElement
HtmlElement
that
represents an HTML heading tag--e.g., H1, H2, H3, H4, H5, or H6.
It adds a method to get the heading level as an integer value.Modifier and Type | Method and Description |
---|---|
int |
getHeadingLevel()
Get the heading level (1-6) of this element.
|
getAttributes, getAttributeValue, getInnerHTML, getText, getType, hasAttribute, toString