org.anadix.html
Class H5Tag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.CoreAttributes
          extended by org.anadix.html.H5Tag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class H5Tag
extends CoreAttributes

Defines HTML heading

Version:
$Id: $
Author:
tomason

Method Summary
 String getAlign()
          Specifies the alignment of a heading
 
Methods inherited from class org.anadix.html.CoreAttributes
getClassAttribute, getIdAttribute, getStyle, getTitle
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAlign

public String getAlign()
Specifies the alignment of a heading

Returns:
alignment of the heading


Copyright © 2011. All Rights Reserved.