Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » html » [javadoc | source]
com.lowagie.text.html
public class: HtmlTags [javadoc | source]
java.lang.Object
   com.lowagie.text.html.HtmlTags
A class that contains all the possible tagnames and their attributes.
Field Summary
public static final  String HTML    the root tag. 
public static final  String HEAD    the head tag 
public static final  String CONTENT    This is a possible HTML attribute for the HEAD tag. 
public static final  String META    the meta tag 
public static final  String SUBJECT    attribute of the root tag 
public static final  String KEYWORDS    attribute of the root tag 
public static final  String AUTHOR    attribute of the root tag 
public static final  String TITLE    the title tag. 
public static final  String SCRIPT    the script tag. 
public static final  String LANGUAGE    This is a possible HTML attribute for the SCRIPT tag. 
public static final  String JAVASCRIPT    This is a possible value for the LANGUAGE attribute. 
public static final  String BODY    the body tag. 
public static final  String JAVASCRIPT_ONLOAD    This is a possible HTML attribute for the BODY tag 
public static final  String JAVASCRIPT_ONUNLOAD    This is a possible HTML attribute for the BODY tag 
public static final  String TOPMARGIN    This is a possible HTML attribute for the BODY tag. 
public static final  String BOTTOMMARGIN    This is a possible HTML attribute for the BODY tag. 
public static final  String LEFTMARGIN    This is a possible HTML attribute for the BODY tag. 
public static final  String RIGHTMARGIN    This is a possible HTML attribute for the BODY tag. 
public static final  String CHUNK    the chunk tag 
public static final  String CODE    the phrase tag 
public static final  String VAR    the phrase tag 
public static final  String ANCHOR    the anchor tag 
public static final  String ORDEREDLIST    the list tag 
public static final  String UNORDEREDLIST    the list tag 
public static final  String LISTITEM    the listitem tag 
public static final  String PARAGRAPH    the paragraph tag 
public static final  String NAME    attribute of anchor tag 
public static final  String REFERENCE    attribute of anchor tag 
public static final  String[] H    attribute of anchor tag 
public static final  String FONT    attribute of the chunk tag 
public static final  String SIZE    attribute of the chunk tag 
public static final  String COLOR    attribute of the chunk/table/cell tag 
public static final  String EM    some phrase tag 
public static final  String I    some phrase tag 
public static final  String STRONG    some phrase tag 
public static final  String B    some phrase tag 
public static final  String S    some phrase tag 
public static final  String U    some phrase tag 
public static final  String SUB    some phrase tag 
public static final  String SUP    some phrase tag 
public static final  String HORIZONTALRULE    the possible value of a tag 
public static final  String TABLE    the table tag 
public static final  String ROW    the cell tag 
public static final  String CELL    the cell tag 
public static final  String HEADERCELL    attribute of the cell tag 
public static final  String COLUMNS    attribute of the table tag 
public static final  String CELLPADDING    attribute of the table tag 
public static final  String CELLSPACING    attribute of the table tag 
public static final  String COLSPAN    attribute of the cell tag 
public static final  String ROWSPAN    attribute of the cell tag 
public static final  String NOWRAP    attribute of the cell tag 
public static final  String BORDERWIDTH    attribute of the table/cell tag 
public static final  String WIDTH    attribute of the table/cell tag 
public static final  String BACKGROUNDCOLOR    attribute of the table/cell tag 
public static final  String BORDERCOLOR    attribute of the table/cell tag 
public static final  String ALIGN    attribute of paragraph/image/table tag 
public static final  String LEFT    attribute of chapter/section/paragraph/table/cell tag 
public static final  String RIGHT    attribute of chapter/section/paragraph/table/cell tag 
public static final  String HORIZONTALALIGN    attribute of the cell tag 
public static final  String VERTICALALIGN    attribute of the cell tag 
public static final  String TOP    attribute of the table/cell tag 
public static final  String BOTTOM    attribute of the table/cell tag 
public static final  String IMAGE    the image tag 
public static final  String URL    attribute of the image tag
    Also see:
    com.lowagie.text.ElementTags#SRC
 
public static final  String ALT    attribute of the image tag 
public static final  String PLAINWIDTH    attribute of the image tag 
public static final  String PLAINHEIGHT    attribute of the image tag 
public static final  String NEWLINE    the newpage tag 
public static final  String ALIGN_LEFT    the possible value of an alignment attribute 
public static final  String ALIGN_CENTER    the possible value of an alignment attribute 
public static final  String ALIGN_RIGHT    the possible value of an alignment attribute 
public static final  String ALIGN_JUSTIFIED    the possible value of an alignment attribute 
public static final  String ALIGN_TOP    the possible value of an alignment attribute 
public static final  String ALIGN_MIDDLE    the possible value of an alignment attribute 
public static final  String ALIGN_BOTTOM    the possible value of an alignment attribute 
public static final  String ALIGN_BASELINE    the possible value of an alignment attribute 
public static final  String DEFAULT    the possible value of an alignment attribute 
public static final  String DIV    The DIV tag. 
public static final  String SPAN    The SPAN tag. 
public static final  String LINK    The LINK tag. 
public static final  String TEXT_CSS    This is a possible HTML attribute for the LINK tag. 
public static final  String REL    This is a possible HTML attribute for the LINK tag. 
public static final  String STYLE    This is used for inline css style information 
public static final  String TYPE    This is a possible HTML attribute for the LINK tag. 
public static final  String STYLESHEET    This is a possible HTML attribute. 
public static final  String PRE    This is a possible HTML attribute for auto-formated
    since: 2.1.3 -
 
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait